Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/rpc/
H A Dsvc.c648 pool->p_signal_create_thread = FALSE; in svc_pool_init()
1665 while (!pool->p_signal_create_thread && !pool->p_user_exit) { in svc_wait()
1669 pool->p_signal_create_thread = FALSE; in svc_wait()
1686 pool->p_signal_create_thread = FALSE; in svc_wait()
1767 if (pool->p_signal_create_thread == FALSE) { in svc_thread_creator()
1768 pool->p_signal_create_thread = TRUE; in svc_thread_creator()
H A Dsvc.h356 bool_t p_signal_create_thread : 1; /* Create requested flag */ member