HomeSort by relevance Sort by last modified time
    Searched refs:LW_MONITOR (Results 1 - 3 of 3) sorted by null

  /dalvik/vm/
Sync.h 46 #define LW_MONITOR(x) \
Sync.cpp 160 owner = LW_MONITOR(lock)->owner;
992 assert(LW_MONITOR(obj->lock) != NULL);
993 lockMonitor(self, LW_MONITOR(obj->lock));
1052 assert(LW_MONITOR(obj->lock) != NULL);
1053 if (!unlockMonitor(self, LW_MONITOR(obj->lock))) {
    [all...]
  /art/runtime/
monitor.cc 92 #define LW_MONITOR(x) \
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_word)->owner_
    [all...]

Completed in 598 milliseconds