Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libc/port/tpool/
H A Dthread_pool_impl.h46 typedef struct tpool_job tpool_job_t; typedef
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; in delete_pool()
129 tpool_job_t *job; in tpool_worker()
330 tpool_job_t *job; in tpool_dispatch()
514 tpool_job_t *job; in postfork1_child_tpool()