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

/illumos-gate/usr/src/lib/libc/port/tpool/
H A Dthread_pool_impl.h46 typedef struct tpool_job tpool_job_t; typedef in typeref:struct:tpool_job
48 tpool_job_t *tpj_next; /* list of jobs */
73 tpool_job_t *tp_head; /* FIFO job queue */
74 tpool_job_t *tp_tail;
H A Dthread_pool.c42 tpool_job_t *job;
129 tpool_job_t *job;
330 tpool_job_t *job;
514 tpool_job_t *job;

Completed in 60 milliseconds