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

  /dalvik/vm/
Sync.cpp 620 static void waitMonitor(Thread* self, Monitor* mon, s8 msec, s4 nsec,
689 * Set waitMonitor to the monitor object we will be waiting on.
690 * When waitMonitor is non-NULL a notifying or interrupting thread
693 assert(self->waitMonitor == NULL);
694 self->waitMonitor = mon;
702 self->waitMonitor = NULL;
729 self->waitMonitor = NULL;
790 if (thread->waitMonitor != NULL) {
822 if (thread->waitMonitor != NULL) {
    [all...]
Thread.h 252 /* mutex to guard the interrupted and the waitMonitor members */
258 Monitor* waitMonitor;
  /dalvik/vm/interp/
Stack.cpp     [all...]

Completed in 182 milliseconds