OSDN Git Service

Add contender method for lock contention
authorMathieu Chartier <mathieuc@google.com>
Fri, 29 Apr 2016 00:21:08 +0000 (17:21 -0700)
committerMathieu Chartier <mathieuc@google.com>
Fri, 29 Apr 2016 17:00:21 +0000 (10:00 -0700)
commit8f26411287cddd983df6f1d00dbc3841767c123d
treea916ce4a698962a0e2cb1638321e76abf27cc1d1
parentcdca476bf3394ce9d97a369e84e701b427009318
Add contender method for lock contention

Now prints the method that is attempting to acquire the lock.

Bug: 28223501
Change-Id: I47c4261d14d8767a873594594b7675a176b71d70
runtime/monitor.cc