Lines Matching defs:AP_SIG_GRACEFUL
111 * 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 */
610 /* die_now is set when AP_SIG_GRACEFUL is received in the child;
765 /* Don't catch AP_SIG_GRACEFUL in ONE_PROCESS mode :) */
832 /* The child process just closes listeners on AP_SIG_GRACEFUL.
835 apr_signal(AP_SIG_GRACEFUL, stop_listening);
1011 * below (because we just sent them AP_SIG_GRACEFUL). This happens pretty
1183 ap_mpm_safe_kill(MPM_CHILD_PID(index), AP_SIG_GRACEFUL);
1232 apr_signal(AP_SIG_GRACEFUL, SIG_IGN);
1269 ap_mpm_safe_kill(ap_scoreboard_image->parent[index].pid, AP_SIG_GRACEFUL);