Home
last modified time | relevance | path

Searched refs:m_is_shutting_down (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
DDebuggerThread.h88 std::atomic<bool> m_is_shutting_down; variable
DDebuggerThread.cpp45 m_is_shutting_down(false) { in DebuggerThread()
147 if (!m_is_shutting_down.compare_exchange_strong(expected, true)) in StopDebugging()
315 if (m_is_shutting_down) { in HandleExceptionEvent()