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

/httpd/server/
H A Dmpm_unix.c564 ap_podx_restart_t graceful)
569 switch (graceful) {
589 ap_podx_restart_t graceful)
591 return podx_signal_internal(pod, graceful);
595 ap_podx_restart_t graceful)
601 rv = podx_signal_internal(pod, graceful);
648 * because the MPM won't want to hold up a graceful restart for a
830 if (!strcmp(dash_k_arg, "graceful")) {
840 if (!strcmp(dash_k_arg, "graceful-stop")) {
875 !strcmp(optarg, "restart") || !strcmp(optarg, "graceful") ||
563 podx_signal_internal(ap_pod_t *pod, ap_podx_restart_t graceful) argument
594 ap_mpm_podx_killpg(ap_pod_t * pod, int num, ap_podx_restart_t graceful) argument
[all...]
/httpd/server/mpm/worker/
H A Dworker.c243 * listener thread to wake it up for graceful termination (what a child
245 * graceful"). This signal will be blocked in all threads of a child
264 * perform a non-graceful (forced) shutdown of the server. */
285 * error and starts graceful termination
325 * for graceful termination, the listener thread will notify the
486 static void ap_start_shutdown(int graceful) argument
497 retained->is_graceful = graceful;
500 /* do a graceful restart if graceful == 1 */
501 static void ap_start_restart(int graceful) argument
[all...]
/httpd/server/mpm/event/
H A Devent.c430 * listener thread to wake it up for graceful termination (what a child
432 * graceful"). This signal will be blocked in all threads of a child
438 * perform a non-graceful (forced) shutdown of the server.
490 * error and starts graceful termination
530 * for graceful termination, the listener thread will notify the
718 static void ap_start_shutdown(int graceful) argument
729 retained->is_graceful = graceful;
732 /* do a graceful restart if graceful == 1 */
733 static void ap_start_restart(int graceful) argument
[all...]

Completed in 15 milliseconds