Home
last modified time | relevance | path

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

/freebsd/contrib/lib9p/
H A Dthreadpool.h113 int l9p_threadpool_init(struct l9p_threadpool *, int);
H A Dconnection.c68 if (l9p_threadpool_init(&newconn->lc_tp, L9P_NUMTHREADS)) { in l9p_connection_init()
H A Dthreadpool.c156 l9p_threadpool_init(struct l9p_threadpool *tp, int size) in l9p_threadpool_init() function