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

/osnet-11/usr/src/lib/libc/port/tpool/
H A Dthread_pool.c63 for (job = tpool->tp_head; job != NULL; job = tpool->tp_head) {
64 tpool->tp_head = job->tpj_next;
95 if (tpool->tp_head == NULL && tpool->tp_active == NULL) {
146 while ((tpool->tp_head == NULL ||
174 if (tpool->tp_head == NULL)
177 if ((job = tpool->tp_head) != NULL &&
182 tpool->tp_head = job->tpj_next;
342 if (tpool->tp_head == NULL)
343 tpool->tp_head
[all...]
H A Dthread_pool_impl.h73 tpool_job_t *tp_head; /* FIFO job queue */ member in struct:tpool

Completed in 22 milliseconds