Searched refs:waitNext (Results 1 – 2 of 2) sorted by relevance
479 if (fast->waitNext == NULL) return 0; in waitSetCheck()482 fast = fast->waitNext->waitNext; in waitSetCheck()483 slow = slow->waitNext; in waitSetCheck()499 assert(thread->waitNext == NULL); in waitSetAppend()506 while (elt->waitNext != NULL) { in waitSetAppend()507 elt = elt->waitNext; in waitSetAppend()509 elt->waitNext = thread; in waitSetAppend()528 mon->waitSet = thread->waitNext; in waitSetRemove()529 thread->waitNext = NULL; in waitSetRemove()533 while (elt->waitNext != NULL) { in waitSetRemove()[all …]
265 struct Thread* waitNext; member