Searched refs:pq_flags (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/lib/libkse/thread/
H A Dthr_priority_queue.c50 #define PQ_SET_ACTIVE(pq) (pq)->pq_flags |= PQF_ACTIVE
51 #define PQ_CLEAR_ACTIVE(pq) (pq)->pq_flags &= ~PQF_ACTIVE
53 if (((pq)->pq_flags & PQF_ACTIVE) == 0) \
57 if (((pq)->pq_flags & PQF_ACTIVE) != 0) \
131 pq->pq_flags = 0;
H A Dthr_private.h145 int pq_flags; member in struct:pq_queue

Completed in 152 milliseconds