Lines Matching refs:graceful
430 * 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)
729 retained->is_graceful = graceful;
732 /* do a graceful restart if graceful == 1 */
733 static void ap_start_restart(int graceful)
741 retained->is_graceful = graceful;
2189 /* We get APR_EOF during a graceful shutdown once all the
2933 * wasn't good enough, but not if we've just done a graceful
2966 * A child created at the same time as a graceful happens
3238 " received. Doing graceful restart");
3301 /* Preserve the number of buckets on graceful restarts. */