AP_SIG_GRACEFUL_STOP 447 server/mpm/experimental/event/event.c ap_start_shutdown(sig == AP_SIG_GRACEFUL_STOP); AP_SIG_GRACEFUL_STOP 473 server/mpm/experimental/event/event.c #ifdef AP_SIG_GRACEFUL_STOP AP_SIG_GRACEFUL_STOP 474 server/mpm/experimental/event/event.c if (sigaction(AP_SIG_GRACEFUL_STOP, &sa, NULL) < 0) AP_SIG_GRACEFUL_STOP 530 server/mpm/experimental/event/event.c #ifdef AP_SIG_GRACEFUL_STOP AP_SIG_GRACEFUL_STOP 531 server/mpm/experimental/event/event.c apr_signal(AP_SIG_GRACEFUL_STOP, sig_term); AP_SIG_GRACEFUL_STOP 354 server/mpm/prefork/prefork.c is_graceful = (sig == AP_SIG_GRACEFUL_STOP); AP_SIG_GRACEFUL_STOP 387 server/mpm/prefork/prefork.c #ifdef AP_SIG_GRACEFUL_STOP AP_SIG_GRACEFUL_STOP 388 server/mpm/prefork/prefork.c if (sigaction(AP_SIG_GRACEFUL_STOP, &sa, NULL) < 0) AP_SIG_GRACEFUL_STOP 439 server/mpm/prefork/prefork.c #ifdef AP_SIG_GRACEFUL_STOP AP_SIG_GRACEFUL_STOP 440 server/mpm/prefork/prefork.c apr_signal(AP_SIG_GRACEFUL_STOP, sig_term); AP_SIG_GRACEFUL_STOP 418 server/mpm/worker/worker.c ap_start_shutdown(sig == AP_SIG_GRACEFUL_STOP); AP_SIG_GRACEFUL_STOP 444 server/mpm/worker/worker.c #ifdef AP_SIG_GRACEFUL_STOP AP_SIG_GRACEFUL_STOP 445 server/mpm/worker/worker.c if (sigaction(AP_SIG_GRACEFUL_STOP, &sa, NULL) < 0) AP_SIG_GRACEFUL_STOP 501 server/mpm/worker/worker.c #ifdef AP_SIG_GRACEFUL_STOP AP_SIG_GRACEFUL_STOP 502 server/mpm/worker/worker.c apr_signal(AP_SIG_GRACEFUL_STOP, sig_term); AP_SIG_GRACEFUL_STOP 1043 server/mpm_common.c *exit_status = send_signal(otherpid, AP_SIG_GRACEFUL_STOP);