Home
last modified time | relevance | path

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

/freebsd/contrib/lib9p/
H A Dthreadpool.h115 int l9p_threadpool_shutdown(struct l9p_threadpool *);
H A Dthreadpool.c212 l9p_threadpool_shutdown(tp); in l9p_threadpool_init()
401 l9p_threadpool_shutdown(struct l9p_threadpool *tp) in l9p_threadpool_shutdown() function
H A Dconnection.c148 l9p_threadpool_shutdown(&conn->lc_tp); in l9p_connection_close()