Searched refs:sighup_received (Results 1 – 1 of 1) sorted by relevance
57 static volatile bool sighup_received = false; variable2369 if (sighup_received || sigterm_received || timed_out()) in main_loop()2442 sighup_received = true; in sighup_handler()2562 if (sighup_received) { in main()2563 sighup_received = false; in main()