Searched defs:tpool_job (Results 1 – 1 of 1) sorted by relevance
47 struct tpool_job { struct48 tpool_job_t *tpj_next; /* list of jobs */ argument49 void (*tpj_func)(void *); /* function to call */73 tpool_job_t *tp_head; /* FIFO job queue */ argument