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

/httpd/server/mpm/event/
H A Devent.c1418 * If no worker was available immediately, will set *all_busy to 1.
1422 static void get_worker(int *have_idle_worker_p, int blocking, int *all_busy) argument
1434 rc = ap_queue_info_wait_for_idler(worker_queue_info, all_busy);
1442 *all_busy = 1;

Completed in 22 milliseconds