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

  /dalvik/vm/
Sync.c 730 static void waitMonitor(Thread* self, Monitor* mon, s8 msec, s4 nsec,
801 * Set waitMonitor to the monitor object we will be waiting on.
802 * When waitMonitor is non-NULL a notifying or interrupting thread
805 assert(self->waitMonitor == NULL);
806 self->waitMonitor = mon;
814 self->waitMonitor = NULL;
841 self->waitMonitor = NULL;
901 if (thread->waitMonitor != NULL) {
933 if (thread->waitMonitor != NULL) {
    [all...]
Thread.h 183 /* mutex to guard the interrupted and the waitMonitor members */
189 Monitor* waitMonitor;
  /dalvik/vm/interp/
Stack.c     [all...]

Completed in 141 milliseconds