Lines Matching refs:detached

173  *   at least pool->p_redline non-detached threads that can process incoming
174 * requests. This, the maximum number of detached and reserved threads is
257 * Default `Redline' of non-detached threads.
258 * Total number of detached and reserved threads in an RPC server
1005 * - if there are no more non-detached threads linked to this transport
1006 * then, if requested, call xp_closeproc (we don't wait for detached
1018 svc_xprt_cleanup(SVCMASTERXPRT *xprt, bool_t detached)
1024 * If called from the last non-detached thread
1027 if (!detached && xprt->xp_threads == 0 && xprt->xp_closeproc) {
1501 * Unlink a non-detached clone transport handle from a master
1504 * if this is the last non-detached/absolute thread on this transport
1514 /* This cannot be a detached thread */
1536 * Unlink a detached clone transport handle from a master
1549 /* This must be a detached thread */
1572 * Try to exit a non-detached service thread
1579 * If this is the last non-detached or the last thread on this
1601 * Exit a detached service thread that returned to svc_run
1602 * - decrement the `detached thread' count for the pool
1603 * - unlink the detached clone transport handle from the master
1613 /* This must be a detached thread */
2374 * If the clone is marked detached then exit.
2376 * when we detached this thread.
2622 * Reserve a service thread so that it can be detached later.
2624 * detach itself the total number of detached threads does not exceed
2626 * up to pool->p_redline non-detached threads).
2631 * - check if there is room for more reserved/detached threads
2688 * detached, the thread should have already sent off a reply if it was
2691 * - decrement `non-detached threads' count and increment `detached threads'
2693 * - decrement the `non-detached threads' and `reserved threads'
2694 * counts and increment the `detached threads' count for the pool
2696 * - mark the clone (thread) as detached.
2736 /* Mark the clone (thread) as detached */