Lines Matching defs:shutdown_pending
694 static int volatile shutdown_pending;
710 if (shutdown_pending == 1) {
718 shutdown_pending = 1;
964 * shutdown_pending is set when SIGTERM is received when running
966 while (!die_now && !shutdown_pending) {
1207 restart_pending = shutdown_pending = 0;
1263 while (!restart_pending && !shutdown_pending) {
1354 if (shutdown_pending && !mz->is_graceful) {
1370 } else if (shutdown_pending) {
1411 shutdown_pending = 0;
1427 } while (!shutdown_pending && active_children &&