Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/lib9p/common/
H A Dconnection.c68 if (l9p_threadpool_init(&newconn->lc_tp, L9P_NUMTHREADS)) { in l9p_connection_init()
137 l9p_threadpool_run(&conn->lc_tp, req); in l9p_connection_recv()
148 l9p_threadpool_shutdown(&conn->lc_tp); in l9p_connection_close()
H A Dlib9p.h197 struct l9p_threadpool lc_tp; member
H A Dthreadpool.c315 tp = &conn->lc_tp; in l9p_threadpool_tflush()