Searched refs:g_interrupt_sent (Results 1 – 1 of 1) sorted by relevance
703 static std::atomic_flag g_interrupt_sent = ATOMIC_FLAG_INIT; in sigint_handler() local705 if (!g_interrupt_sent.test_and_set()) { in sigint_handler()707 g_interrupt_sent.clear(); in sigint_handler()