Searched refs:got_sigint (Results 1 – 5 of 5) sorted by relevance
38 static bool got_sigint = false; variable40 static void sigint_handler(int /*x*/) { got_sigint = true; } in sigint_handler()50 while (!got_sigint && !worker.Done()) { in RunServer()
31 static int got_sigint = 0; variable33 static void sigint_handler(int /*x*/) { got_sigint = 1; } in sigint_handler()70 if (got_sigint && !shutdown_started) { in bad_ssl_run()
60 static bool got_sigint = false; variable173 while (!got_sigint) { in RunServer()179 static void sigint_handler(int /*x*/) { got_sigint = true; } in sigint_handler()
60 static int got_sigint = 0; variable233 if (got_sigint && !shutdown_started) { in main()
556 static char got_sigint; variable560 got_sigint = 1; in sigint_handler()624 if (got_sigint) { in output_meta_data_blocks()649 got_sigint = 0; in output_meta_data_blocks()