Lines Matching defs:graceful
243 * 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)
497 retained->is_graceful = graceful;
500 /* do a graceful restart if graceful == 1 */
501 static void ap_start_restart(int graceful)
509 retained->is_graceful = graceful;
962 /* We get APR_EOF during a graceful shutdown once all the connections
1672 * wasn't good enough, but not if we've just done a graceful
1705 * A child created at the same time as a graceful happens
1980 AP_SIG_GRACEFUL_STRING " received. Doing graceful restart");
2043 /* Preserve the number of buckets on graceful restarts. */