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

/illumos-gate/usr/src/lib/libc/port/tpool/
H A Dthread_pool_impl.h48 tpool_job_t *tpj_next; /* list of jobs */ member in struct:tpool_job
H A Dthread_pool.c64 tpool->tp_head = job->tpj_next;
182 tpool->tp_head = job->tpj_next;
336 job->tpj_next = NULL;
345 tpool->tp_tail->tpj_next = job;
534 tpool->tp_head = job->tpj_next;

Completed in 58 milliseconds