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