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

/httpd/server/mpm/worker/
H A Dworker.c242 /* The LISTENER_SIGNAL signal will be sent from the main thread to the
248 #define LISTENER_SIGNAL SIGHUP macro
294 * we should just be able to "kill(ap_my_pid, LISTENER_SIGNAL)" on all
299 pthread_kill(*listener_os_thread, LISTENER_SIGNAL);
301 kill(ap_my_pid, LISTENER_SIGNAL);
741 unblock_signal(LISTENER_SIGNAL);
742 apr_signal(LISTENER_SIGNAL, dummy_signal_handler);
/httpd/server/mpm/event/
H A Devent.c429 /* The LISTENER_SIGNAL signal will be sent from the main thread to the
435 #define LISTENER_SIGNAL SIGHUP macro
499 * we should just be able to "kill(ap_my_pid, LISTENER_SIGNAL)" on all
504 pthread_kill(*listener_os_thread, LISTENER_SIGNAL);
506 kill(ap_my_pid, LISTENER_SIGNAL);
1766 unblock_signal(LISTENER_SIGNAL);
1767 apr_signal(LISTENER_SIGNAL, dummy_signal_handler);

Completed in 2349 milliseconds