Searched refs:TryLockLocked (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dmonitor.h201 bool TryLockLocked(Thread* self)
H A Dmonitor.cc317 bool Monitor::TryLockLocked(Thread* self) { function in class:art::Monitor
337 return TryLockLocked(self);
343 if (TryLockLocked(self)) {

Completed in 110 milliseconds