Home
last modified time | relevance | path

Searched defs:TryLock (Results 1 – 2 of 2) sorted by relevance

/art/runtime/base/
Dmutex.h175 bool TryLock(Thread* self) TRY_ACQUIRE(true) { return ExclusiveTryLock(self); } in TryLock() function
/art/runtime/
Dmonitor.cc394 bool Monitor::TryLock(Thread* self) { in TryLock() function in art::Monitor