Searched defs:any_dead_threads (Results 1 - 2 of 2) sorted by relevance

/httpd/server/mpm/worker/
H A Dworker.c1516 int any_dead_threads = 0; local
1533 any_dead_threads = any_dead_threads || (status == SERVER_DEAD);
1558 if (any_dead_threads && totally_free_length < retained->idle_spawn_rate[child_bucket]
/httpd/server/mpm/event/
H A Devent.c2789 int any_dead_threads = 0; local
2808 any_dead_threads = any_dead_threads || (status == SERVER_DEAD);
2832 if (any_dead_threads

Completed in 2827 milliseconds