Home
last modified time | relevance | path

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

/freebsd/contrib/lib9p/
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.c38 static void l9p_threadpool_rflush(struct l9p_threadpool *tp,
44 struct l9p_threadpool *tp; in l9p_responder()
81 struct l9p_threadpool *tp; in l9p_worker()
123 l9p_threadpool_rflush(struct l9p_threadpool *tp, struct l9p_request *req) in l9p_threadpool_rflush()
156 l9p_threadpool_init(struct l9p_threadpool *tp, int size) in l9p_threadpool_init()
235 l9p_threadpool_run(struct l9p_threadpool *tp, struct l9p_request *req) in l9p_threadpool_run()
264 struct l9p_threadpool *tp; in l9p_threadpool_tflush()
401 l9p_threadpool_shutdown(struct l9p_threadpool *tp) in l9p_threadpool_shutdown()
H A Dlib9p.h197 struct l9p_threadpool lc_tp;