Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/lib9p/common/
H A Dthreadpool.c56 while (STAILQ_EMPTY(&tp->ltp_replyq) && !worker->ltw_exiting) { in l9p_responder()
60 if (worker->ltw_exiting) { in l9p_responder()
96 while (STAILQ_EMPTY(&tp->ltp_workq) && !worker->ltw_exiting) { in l9p_worker()
100 if (worker->ltw_exiting) in l9p_worker()
454 worker->ltw_exiting = true; in l9p_threadpool_shutdown()
H A Dthreadpool.h65 bool ltw_exiting; member