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
475 fast = slow = mon->waitSet; in waitSetCheck()
501 if (mon->waitSet == NULL) { in waitSetAppend()
502 mon->waitSet = thread; in waitSetAppend()
505 elt = mon->waitSet; in waitSetAppend()
524 if (mon->waitSet == NULL) { in waitSetRemove()
527 if (mon->waitSet == thread) { in waitSetRemove()
528 mon->waitSet = thread->waitNext; in waitSetRemove()
532 elt = mon->waitSet; in waitSetRemove()
778 while (mon->waitSet != NULL) { in notifyMonitor()
[all …]