Searched refs:TAILQ_EMPTY (Results 1 – 3 of 3) sorted by relevance
42 ASSERT(TAILQ_EMPTY(&wchan->chanQueue)); in WaitChannel_Destroy()
228 while (!TAILQ_EMPTY(&p->zombieQueue)) { in Process_Wait()
513 if (!TAILQ_EMPTY(head) && \543 if (!TAILQ_EMPTY(head2)) { \553 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) macro