Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc.c636 pool->p_creator_exit = FALSE; in svc_pool_init()
1704 if (pool->p_creator_exit) in svc_thread_creator()
1715 if (pool->p_creator_exit) in svc_thread_creator()
1806 pool->p_creator_exit = TRUE; in svc_creator_signalexit()
H A Dsvc.h305 bool_t p_creator_exit : 1; /* If true creator exits */ member