Searched refs:sighup_received (Results 1 – 1 of 1) sorted by relevance
67 static volatile bool sighup_received = false; variable2218 if (sighup_received || sigterm_received || timed_out()) in main_loop()2287 sighup_received = true; in sighup_handler()2593 if (sighup_received) { in main()2594 sighup_received = false; in main()