Home
last modified time | relevance | path

Searched defs:tpool_job (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/libc/port/tpool/
H A Dthread_pool_impl.h47 struct tpool_job { struct
48 tpool_job_t *tpj_next; /* list of jobs */ argument
49 void (*tpj_func)(void *); /* function to call */
73 tpool_job_t *tp_head; /* FIFO job queue */ argument