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

/osnet-11/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;

Completed in 19 milliseconds