Searched refs:p_threads (Results 1 – 3 of 3) sorted by relevance
381 ASSERT(pool->p_threads + pool->p_detached_threads == 0); in svc_pool_cleanup()424 if (pool->p_threads + pool->p_detached_threads == 0) { in svc_pool_tryexit()500 pool->p_threads++; in svc_do_run()1579 pool->p_threads--; in svc_thread_exit()1750 if (pool->p_threads + pool->p_detached_threads < in svc_thread_creator()2349 pool->p_threads + pool->p_detached_threads < in svc_run()2600 pool->p_threads + pool->p_detached_threads < pool->p_maxthreads) in svc_queuereq()2711 pool->p_threads--; in svc_detach_thread()
286 int p_threads; /* Non-detached threads */ member
48 mdb_printf("Non detached threads = %d\n", pool->p_threads); in svc_print_pool()