Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc.c631 pool->p_user_waiting = FALSE; in svc_pool_init()
1639 if (pool->p_user_waiting) { in svc_wait()
1644 pool->p_user_waiting = TRUE; in svc_wait()
1650 pool->p_user_waiting = FALSE; in svc_wait()
1669 pool->p_user_waiting = FALSE; in svc_wait()
1772 while (pool->p_user_waiting) { in svc_thread_creator()
H A Dsvc.h364 bool_t p_user_waiting : 1; /* Thread waiting for work */ member