Searched refs:LW_MONITOR (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dmonitor.cc92 #define LW_MONITOR(x) \ macro
690 threadId, thinp, LW_MONITOR(*thinp),
692 DCHECK(LW_MONITOR(*thinp) != NULL);
693 LW_MONITOR(*thinp)->Lock(self);
747 DCHECK(LW_MONITOR(*thinp) != NULL);
748 if (!LW_MONITOR(*thinp)->Unlock(self, false)) {
780 LW_MONITOR(*thinp)->Wait(self, ms, ns, interruptShouldThrow, why);
800 LW_MONITOR(thin)->Notify(self);
821 LW_MONITOR(thin)->NotifyAll(self);
829 Thread* owner = LW_MONITOR(raw_lock_wor
[all...]

Completed in 77 milliseconds