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

/art/runtime/
H A Dmonitor.cc84 : monitor_lock_("a monitor lock", kMonitorLock),
85 monitor_contenders_("monitor contenders", monitor_lock_),
107 : monitor_lock_("a monitor lock", kMonitorLock),
108 monitor_contenders_("monitor contenders", monitor_lock_),
138 MutexLock mu(self, monitor_lock_); // Uncontended mutex acquisition as monitor isn't yet public.
234 MutexLock mu(self, monitor_lock_);
257 monitor_lock_.Unlock(self); // Let go of locks in order.
261 MutexLock mu2(self, monitor_lock_); // Reacquire monitor_lock_ without mutator_lock_ for Wait.
289 monitor_lock_
1083 MutexLock mu(Thread::Current(), monitor_lock_); local
1103 MutexLock mu(Thread::Current(), monitor_lock_); local
[all...]

Completed in 1139 milliseconds