Home
last modified time | relevance | path

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

/trueos/lib/libkse/thread/
HDthr_priority_queue.c127 pq->pq_lists[i].pl_queued = 0; in _pq_init()
181 if (pq->pq_lists[prio].pl_queued == 0) in _pq_insert_head()
207 if (pq->pq_lists[prio].pl_queued == 0) in _pq_insert_tail()
240 pql->pl_queued = 0; in _pq_first()
276 pql->pl_queued = 0; in _pq_first_debug()
326 pq->pq_lists[prio].pl_queued = 1; in pq_insert_prio_list()
HDthr_private.h137 int pl_queued; /* is this in the priority queue */ member