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