Searched defs:AP_SIG_GRACEFUL (Results 1 - 3 of 3) sorted by relevance

/httpd/include/
H A Dmpm_common.h67 #define AP_SIG_GRACEFUL SIGUSR1 macro
/httpd/server/mpm/motorz/
H A Dmotorz.c722 /* restart() is the signal handler for SIGHUP and AP_SIG_GRACEFUL
734 mz->is_graceful = (sig == AP_SIG_GRACEFUL);
782 /* we want to ignore HUPs and AP_SIG_GRACEFUL while we're busy
786 sigaddset(&sa.sa_mask, AP_SIG_GRACEFUL);
790 if (sigaction(AP_SIG_GRACEFUL, &sa, NULL) < 0)
806 #ifdef AP_SIG_GRACEFUL
807 apr_signal(AP_SIG_GRACEFUL, restart);
808 #endif /* AP_SIG_GRACEFUL */
811 #endif /* AP_SIG_GRACEFUL */
963 /* die_now is set when AP_SIG_GRACEFUL i
1392 ap_mpm_safe_kill(MPM_CHILD_PID(index), AP_SIG_GRACEFUL); local
[all...]
/httpd/server/mpm/prefork/
H A Dprefork.c111 * to deal with MaxRequestWorkers changes across AP_SIG_GRACEFUL restarts. We
390 /* restart() is the signal handler for SIGHUP and AP_SIG_GRACEFUL
401 retained->is_graceful = (sig == AP_SIG_GRACEFUL);
449 /* we want to ignore HUPs and AP_SIG_GRACEFUL while we're busy
453 sigaddset(&sa.sa_mask, AP_SIG_GRACEFUL);
457 if (sigaction(AP_SIG_GRACEFUL, &sa, NULL) < 0)
473 #ifdef AP_SIG_GRACEFUL
474 apr_signal(AP_SIG_GRACEFUL, restart);
475 #endif /* AP_SIG_GRACEFUL */
478 #endif /* AP_SIG_GRACEFUL */
1183 ap_mpm_safe_kill(MPM_CHILD_PID(index), AP_SIG_GRACEFUL); local
[all...]

Completed in 27 milliseconds