Home
last modified time | relevance | path

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

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