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

/httpd/server/mpm/worker/
H A Dworker.c255 * Keep-Alive connections), close_worker_sockets() and join_workers()
257 * proceed to completion. Otherwise join_workers() doesn't return
1146 static void join_workers(apr_thread_t *listener, apr_thread_t **threads, function
1335 * and join_workers() depend on that
1353 join_workers(ts->listener, threads, ST_UNGRACEFUL);
1378 * signal_threads() and join_workers depend on that
1393 join_workers(ts->listener, threads,
/httpd/server/mpm/event/
H A Devent.c2437 static void join_workers(apr_thread_t * listener, apr_thread_t ** threads) function
2604 * and join_workers() depend on that
2624 join_workers(ts->listener, threads);
2649 * signal_threads() and join_workers depend on that
2665 join_workers(ts->listener, threads);

Completed in 35 milliseconds