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

/httpd/server/mpm/worker/
H A Dworker.c1517 int all_dead_threads = 1; local
1534 all_dead_threads = all_dead_threads &&
1544 if (ps->pid != 0) { /* XXX just set all_dead_threads in outer for
1562 if (all_dead_threads) {
/httpd/server/mpm/event/
H A Devent.c2790 int all_dead_threads = 1; local
2809 all_dead_threads = all_dead_threads &&
2818 if (ps->pid != 0) { /* XXX just set all_dead_threads in outer
2837 if (all_dead_threads) {

Completed in 1665 milliseconds