Searched refs:total_non_dead (Results 1 - 4 of 4) sorted by relevance

/httpd/server/mpm/netware/
H A Dmpm_netware.c622 int total_non_dead; local
629 total_non_dead = 0;
660 ++total_non_dead;
664 DBPRINT2("Total: %d Idle Count: %d \r", total_non_dead, idle_count);
697 idle_count, total_non_dead);
/httpd/server/mpm/prefork/
H A Dprefork.c872 int total_non_dead; local
879 total_non_dead = 0;
906 ++total_non_dead;
939 idle_count, total_non_dead);
/httpd/server/mpm/worker/
H A Dworker.c1501 int total_non_dead; local
1509 total_non_dead = 0;
1586 ++total_non_dead;
1666 idle_thread_count, total_non_dead);
/httpd/server/mpm/event/
H A Devent.c2774 int total_non_dead; local
2782 total_non_dead = 0;
2861 ++total_non_dead;
2927 idle_thread_count, total_non_dead);

Completed in 2898 milliseconds