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

/httpd/server/mpm/worker/
H A Dworker.c2322 int tmp_max_workers = ap_daemons_limit * threads_per_child; local
2331 tmp_max_workers);
2340 tmp_max_workers);
2342 max_workers = tmp_max_workers;
/httpd/server/mpm/event/
H A Devent.c3655 int tmp_max_workers = ap_daemons_limit * threads_per_child; local
3664 tmp_max_workers);
3673 tmp_max_workers);
3675 max_workers = tmp_max_workers;

Completed in 1828 milliseconds