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

/httpd/server/mpm/worker/
H A Dworker.c234 static apr_os_thread_t *listener_os_thread; variable
281 if (!listener_os_thread) {
284 * listener_os_thread is set, the first worker thread hits an
299 pthread_kill(*listener_os_thread, LISTENER_SIGNAL);
1035 apr_os_thread_get(&listener_os_thread, ts->listener);
1166 pthread_kill(*listener_os_thread, 0)
/httpd/server/mpm/event/
H A Devent.c427 static apr_os_thread_t *listener_os_thread; variable
486 if (!listener_os_thread) {
489 * listener_os_thread is set, the first worker thread hits an
504 pthread_kill(*listener_os_thread, LISTENER_SIGNAL);
2272 apr_os_thread_get(&listener_os_thread, ts->listener);

Completed in 2324 milliseconds