Lines Matching defs:shutdown_pending
363 static int volatile shutdown_pending;
378 if (shutdown_pending == 1) {
386 shutdown_pending = 1;
611 * shutdown_pending is set when SIGTERM is received when running
613 while (!die_now && !shutdown_pending) {
651 || (one_process && shutdown_pending)) {
986 restart_pending = shutdown_pending = 0;
1048 while (!restart_pending && !shutdown_pending) {
1145 if (shutdown_pending && !retained->is_graceful) {
1161 } else if (shutdown_pending) {
1202 shutdown_pending = 0;
1218 } while (!shutdown_pending && active_children &&