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

/httpd/server/mpm/event/
H A Devent.c1417 * If blocking == 1, block if all workers are currently busy.
1422 static void get_worker(int *have_idle_worker_p, int blocking, int *all_busy) argument
1433 if (blocking)
1441 else if (!blocking && rc == APR_EAGAIN) {
1638 /* socket is already in non-blocking state */
1877 int blocking = 1; local
1884 blocking = 0;
1887 get_worker(&have_idle_worker, blocking,
2449 * blocking syscall, the signal didn't do any good... work around

Completed in 40 milliseconds