Home
last modified time | relevance | path

Searched refs:l9p_threadpool (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/lib9p/common/
H A Dthreadpool.h46 struct l9p_threadpool { struct
63 struct l9p_threadpool * ltw_tp; argument
113 int l9p_threadpool_init(struct l9p_threadpool *, int);
114 void l9p_threadpool_run(struct l9p_threadpool *, struct l9p_request *);
115 int l9p_threadpool_shutdown(struct l9p_threadpool *);
H A Dthreadpool.c40 static void l9p_threadpool_rflush(struct l9p_threadpool *tp,
46 struct l9p_threadpool *tp; in l9p_responder()
88 struct l9p_threadpool *tp; in l9p_worker()
134 l9p_threadpool_rflush(struct l9p_threadpool *tp, struct l9p_request *req) in l9p_threadpool_rflush()
167 l9p_threadpool_init(struct l9p_threadpool *tp, int size) in l9p_threadpool_init()
274 l9p_threadpool_run(struct l9p_threadpool *tp, struct l9p_request *req) in l9p_threadpool_run()
304 struct l9p_threadpool *tp; in l9p_threadpool_tflush()
447 l9p_threadpool_shutdown(struct l9p_threadpool *tp) in l9p_threadpool_shutdown()
H A Dlib9p.h197 struct l9p_threadpool lc_tp;