Home
last modified time | relevance | path

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

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