Searched refs:lp_cs_tpool (Results 1 – 5 of 5) sorted by relevance
44 struct lp_cs_tpool { struct71 struct lp_cs_tpool *lp_cs_tpool_create(unsigned num_threads); argument72 void lp_cs_tpool_destroy(struct lp_cs_tpool *);74 struct lp_cs_tpool_task *lp_cs_tpool_queue_task(struct lp_cs_tpool *,78 void lp_cs_tpool_wait_for_task(struct lp_cs_tpool *pool,
38 struct lp_cs_tpool *pool = data; in lp_cs_tpool_worker()72 struct lp_cs_tpool *75 struct lp_cs_tpool *pool = CALLOC_STRUCT(lp_cs_tpool); in lp_cs_tpool_create()92 lp_cs_tpool_destroy(struct lp_cs_tpool *pool) in lp_cs_tpool_destroy()112 lp_cs_tpool_queue_task(struct lp_cs_tpool *pool, in lp_cs_tpool_queue_task()146 lp_cs_tpool_wait_for_task(struct lp_cs_tpool *pool, in lp_cs_tpool_wait_for_task()
44 struct lp_cs_tpool;61 struct lp_cs_tpool *cs_tpool;
16 lp_cs_tpool.c \17 lp_cs_tpool.h \
36 'lp_cs_tpool.h',37 'lp_cs_tpool.c',