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

/dalvik/vm/
H A DSync.cpp77 Thread* waitSet; /* threads currently waiting on this monitor */ member in struct:Monitor
478 fast = slow = mon->waitSet;
504 if (mon->waitSet == NULL) {
505 mon->waitSet = thread;
508 elt = mon->waitSet;
527 if (mon->waitSet == NULL) {
530 if (mon->waitSet == thread) {
531 mon->waitSet = thread->waitNext;
535 elt = mon->waitSet;
780 while (mon->waitSet !
[all...]

Completed in 26 milliseconds