Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.h212 bool TryLockLocked(Thread* self)
Dmonitor.cc370 bool Monitor::TryLockLocked(Thread* self) { in TryLockLocked() function in art::Monitor
392 return TryLockLocked(self); in TryLock()
418 if (TryLockLocked(self)) { in Lock()