Searched refs:waitMonitor (Results 1 – 3 of 3) sorted by relevance
/dalvik/vm/ |
D | Sync.c | 462 static void waitMonitor(Thread* self, Monitor* mon, s8 msec, s4 nsec, in waitMonitor() function 569 self->waitMonitor = mon; in waitMonitor() 649 self->waitMonitor = NULL; in waitMonitor() 993 waitMonitor(self, mon, msec, nsec, interruptShouldThrow); in dvmObjectWait() 1097 waitMonitor(self, mon, msec, nsec); in dvmObjectWait() 1147 waitMonitor(self, mon, msec, nsec, true); in dvmThreadSleep() 1183 mon = thread->waitMonitor; in dvmThreadInterrupt() 1218 if (thread->waitMonitor != mon) in dvmThreadInterrupt() 1240 if (thread->waitMonitor == mon && // still on same monitor? in dvmThreadInterrupt()
|
D | Thread.h | 176 Monitor* waitMonitor; member
|
/dalvik/vm/interp/ |
D | Stack.c | 1144 Monitor* mon = thread->waitMonitor; in dumpFrames()
|