Searched refs:g_interrupt_sent (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/lldb/tools/driver/
H A DDriver.cpp664 static std::atomic_flag g_interrupt_sent = ATOMIC_FLAG_INIT; local
666 if (!g_interrupt_sent.test_and_set()) {
668 g_interrupt_sent.clear();

Completed in 110 milliseconds