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

/illumos-gate/usr/src/lib/libc/port/tpool/
H A Dthread_pool_impl.h74 tpool_job_t *tp_tail; member in struct:tpool
H A Dthread_pool.c183 if (job == tpool->tp_tail)
184 tpool->tp_tail = NULL;
345 tpool->tp_tail->tpj_next = job;
346 tpool->tp_tail = job;
537 tpool->tp_tail = NULL;

Completed in 58 milliseconds