Home
last modified time | relevance | path

Searched refs:pl_queued (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/lib/libpthread/uthread/
Duthread_priority_queue.c121 pq->pq_lists[i].pl_queued = 0; in _pq_init()
174 if (pq->pq_lists[prio].pl_queued == 0) in _pq_insert_head()
199 if (pq->pq_lists[prio].pl_queued == 0) in _pq_insert_tail()
232 pql->pl_queued = 0; in _pq_first()
267 pq->pq_lists[prio].pl_queued = 1; in pq_insert_prio_list()
Dpthread_private.h205 int pl_queued; /* is this in the priority queue */ member