Searched refs:p_detached_threads (Results 1 – 2 of 2) sorted by relevance
399 ASSERT(pool->p_threads + pool->p_detached_threads == 0); in svc_pool_cleanup()442 if (pool->p_threads + pool->p_detached_threads == 0) { in svc_pool_tryexit()1622 ASSERT(pool->p_detached_threads > 0); in svc_thread_exitdetached()1624 pool->p_detached_threads--; in svc_thread_exitdetached()1758 ASSERT(pool->p_detached_threads >= 0); in svc_thread_creator()1760 if (pool->p_threads + pool->p_detached_threads < in svc_thread_creator()2359 pool->p_threads + pool->p_detached_threads < in svc_run()2610 pool->p_threads + pool->p_detached_threads < pool->p_maxthreads) in svc_queuereq()2646 if (pool->p_reserved_threads + pool->p_detached_threads >= in svc_reserve_thread()2723 pool->p_detached_threads++; in svc_detach_thread()
268 int p_detached_threads; /* Detached threads */ member