l9p_threadpool
struct l9p_threadpool lc_tp;
l9p_threadpool_rflush(struct l9p_threadpool *tp, struct l9p_request *req)
l9p_threadpool_init(struct l9p_threadpool *tp, int size)
l9p_threadpool_run(struct l9p_threadpool *tp, struct l9p_request *req)
struct l9p_threadpool *tp;
static void l9p_threadpool_rflush(struct l9p_threadpool *tp,
l9p_threadpool_shutdown(struct l9p_threadpool *tp)
struct l9p_threadpool *tp;
struct l9p_threadpool *tp;
int l9p_threadpool_init(struct l9p_threadpool *, int);
void l9p_threadpool_run(struct l9p_threadpool *, struct l9p_request *);
int l9p_threadpool_shutdown(struct l9p_threadpool *);
struct l9p_threadpool * ltw_tp;