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

/httpd/server/mpm/netware/
H A Dmpm_netware.c617 int idle_count; local
627 idle_count = 0;
657 ++ idle_count;
664 DBPRINT2("Total: %d Idle Count: %d \r", total_non_dead, idle_count);
666 if (idle_count > ap_threads_max_free) {
676 else if (idle_count < ap_threads_min_free) {
697 idle_count, total_non_dead);
/httpd/server/mpm/prefork/
H A Dprefork.c867 int idle_count; local
877 idle_count = 0;
903 ++ idle_count;
911 if (idle_count > ap_daemons_max_free) {
920 else if (idle_count < ap_daemons_min_free) {
939 idle_count, total_non_dead);

Completed in 316 milliseconds