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

/httpd/server/mpm/worker/
H A Dworker.c250 /* The WORKER_SIGNAL signal will be sent from the main thread to the
261 #define WORKER_SIGNAL AP_SIG_GRACEFUL macro
936 unblock_signal(WORKER_SIGNAL);
937 apr_signal(WORKER_SIGNAL, dummy_signal_handler);
1196 pthread_kill(*worker_os_thread, WORKER_SIGNAL);

Completed in 1418 milliseconds