Searched refs:IsEmptyList (Results 1 – 3 of 3) sorted by relevance
57 while ((IsEmptyList(&queue->head)) && (queue->state == RUN)) { in WorkQueueThread()76 while (!IsEmptyList(&queue->head)) { in WorkQueueThread()
65 if (IsEmptyList(head)) { in PopPendingEvent()
45 static inline int IsEmptyList(ListHead *head) in IsEmptyList() function