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

/httpd/server/mpm/worker/
H A Dworker.c202 apr_thread_t *listener; member in struct:__anon379
243 * listener thread to wake it up for graceful termination (what a child
246 * process except for the listener thread.
283 * right after listener thread is created but before
290 /* unblock the listener if it's waiting for a worker */
295 * platforms and wake up the listener thread since it is the only thread
319 /* in case we weren't called from the listener thread, wake up the
320 * listener thread
325 * for graceful termination, the listener thread will notify the
729 "Couldn't create add listener t
1146 join_workers(apr_thread_t *listener, apr_thread_t **threads, int mode) argument
[all...]
/httpd/server/mpm/event/
H A Devent.c31 * listener thread when a keep-alive socket needs to be sent to it.
186 in listener thread */
318 apr_thread_t *listener; member in struct:__anon364
430 * listener thread to wake it up for graceful termination (what a child
433 * process except for the listener thread.
488 * right after listener thread is created but before
495 /* unblock the listener if it's waiting for a worker */
500 * platforms and wake up the listener thread since it is the only thread
524 /* in case we weren't called from the listener thread, wake up the
525 * listener threa
2437 join_workers(apr_thread_t * listener, apr_thread_t ** threads) argument
[all...]

Completed in 2405 milliseconds