Home
last modified time | relevance | path

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

/art/runtime/
Dmonitor.h222 bool TryLockLocked(Thread* self)
Dmonitor.cc374 bool Monitor::TryLockLocked(Thread* self) { in TryLockLocked() function in art::Monitor
396 return TryLockLocked(self); in TryLock()
422 if (TryLockLocked(self)) { in Lock()