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

/httpd/server/mpm/netware/
H A Dmpm_netware.c621 int last_non_dead; local
628 last_non_dead = -1;
661 last_non_dead = i;
665 ap_max_workers_limit = last_non_dead + 1;
672 ap_update_child_status_from_indexes(0, last_non_dead, WORKER_IDLE_KILL,
674 DBPRINT1("\nKilling idle thread: %d\n", last_non_dead);
/httpd/server/mpm/prefork/
H A Dprefork.c871 int last_non_dead; local
878 last_non_dead = -1;
907 last_non_dead = i;
910 retained->max_daemons_limit = last_non_dead + 1;
/httpd/server/mpm/worker/
H A Dworker.c1500 int last_non_dead; local
1508 last_non_dead = -1;
1585 last_non_dead = i;
1613 retained->max_daemons_limit = last_non_dead + 1;
/httpd/server/mpm/event/
H A Devent.c2773 int last_non_dead; local
2781 last_non_dead = -1;
2860 last_non_dead = i;
2888 retained->max_daemons_limit = last_non_dead + 1;

Completed in 1110 milliseconds