Home
last modified time | relevance | path

Searched refs:ltw_exiting (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/lib9p/
H A Dthreadpool.c52 while (STAILQ_EMPTY(&tp->ltp_replyq) && !worker->ltw_exiting) in l9p_responder()
54 if (worker->ltw_exiting) { in l9p_responder()
88 while (STAILQ_EMPTY(&tp->ltp_workq) && !worker->ltw_exiting) in l9p_worker()
90 if (worker->ltw_exiting) in l9p_worker()
407 worker->ltw_exiting = true; in l9p_threadpool_shutdown()
H A Dthreadpool.h65 bool ltw_exiting; member