Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/tpool/
H A Dthread_pool.c181 if (job == tpool->tp_tail) in tpool_worker()
182 tpool->tp_tail = NULL; in tpool_worker()
343 tpool->tp_tail->tpj_next = job; in tpool_dispatch()
344 tpool->tp_tail = job; in tpool_dispatch()
535 tpool->tp_tail = NULL; in postfork1_child_tpool()
H A Dthread_pool_impl.h72 tpool_job_t *tp_tail; member