Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/tpool/
H A Dthread_pool.c62 tpool->tp_head = job->tpj_next; in delete_pool()
180 tpool->tp_head = job->tpj_next; in tpool_worker()
334 job->tpj_next = NULL; in tpool_dispatch()
343 tpool->tp_tail->tpj_next = job; in tpool_dispatch()
532 tpool->tp_head = job->tpj_next; in postfork1_child_tpool()
H A Dthread_pool_impl.h46 tpool_job_t *tpj_next; /* list of jobs */ member