Searched refs:PTQ_EMPTY (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/lib/libpthread/
H A Dpthread_rwlock.c120 if ((!PTQ_EMPTY(&ptr->ptr_rblocked)) ||
121 (!PTQ_EMPTY(&ptr->ptr_wblocked)) ||
595 if (!PTQ_EMPTY(&ptr->ptr_wblocked))
H A Dpthread_queue.h118 #define PTQ_EMPTY(head) ((head)->ptqh_first == NULL) macro
H A Dpthread_tsd.c164 pthread__assert(PTQ_EMPTY(&pthread__tsd_list[i]));
H A Dpthread.c462 if (!PTQ_EMPTY(&pthread__deadqueue)) {
656 if (!PTQ_EMPTY(&self->pt_cleanup_stack)) {
657 while (!PTQ_EMPTY(&self->pt_cleanup_stack)) {

Completed in 333 milliseconds