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

/art/runtime/
H A Dmonitor.cc168 // Lock profiling.
233 void Monitor::Lock(Thread* self) { function in class:art::Monitor
289 monitor_lock_.Lock(self); // Reacquire locks in order.
435 monitor_lock_.Lock(self);
533 Lock(self);
534 monitor_lock_.Lock(self);
770 mon->Lock(self);

Completed in 5 milliseconds