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

/art/runtime/
H A Dmonitor.cc390 bool Monitor::TryLock(Thread* self) { function in class:art::Monitor
1107 return mon->TryLock(self) ? h_obj.Get() : nullptr;

Completed in 50 milliseconds