Searched defs:tpool (Results 1 – 3 of 3) sorted by relevance
63 struct tpool { struct64 tpool_t *tp_forw; /* circular list of all thread pools */ argument65 tpool_t *tp_back; argument67 pthread_cond_t tp_busycv; /* synchronization in tpool_dispatch */ argument69 pthread_cond_t tp_waitcv; /* synchronization in tpool_wait() */ argument70 tpool_active_t *tp_active; /* threads performing work */ argument71 tpool_job_t *tp_head; /* FIFO job queue */ argument72 tpool_job_t *tp_tail; argument84 #define TP_WAIT 0x01 /* waiting in tpool_wait() */ argument
38 delete_pool(tpool_t *tpool) in delete_pool()75 tpool_t *tpool = (tpool_t *)arg; in worker_cleanup() local91 notify_waiters(tpool_t *tpool) in notify_waiters()105 tpool_t *tpool = (tpool_t *)arg; in job_cleanup() local126 tpool_t *tpool = (tpool_t *)arg; in tpool_worker() local229 create_worker(tpool_t *tpool) in create_worker()325 tpool_t *tpool; in tpool_create() local412 tpool_dispatch(tpool_t *tpool, void (*func)(void *), void *arg) in tpool_dispatch()460 tpool_t *tpool = (tpool_t *)arg; in tpool_cleanup() local471 tpool_destroy(tpool_t *tpool) in tpool_destroy()[all …]
2396 tpool_t *tpool; member2470 tpool_t *tpool = ((export_cbdata_t *)data)->tpool; in zpool_export_one_async() local