Searched refs:active_thread_count (Results 1 - 2 of 2) sorted by relevance

/httpd/server/mpm/worker/
H A Dworker.c1502 int active_thread_count = 0; local
1557 active_thread_count += child_threads_active;
1625 if (active_thread_count >= ap_daemons_limit * threads_per_child) {
/httpd/server/mpm/event/
H A Devent.c2775 int active_thread_count = 0; local
2831 active_thread_count += child_threads_active;
2900 if (active_thread_count >= ap_daemons_limit * threads_per_child) {

Completed in 820 milliseconds