Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DDebuggerThread.cpp60 m_is_shutting_down(false) { in DebuggerThread()
181 if (!m_is_shutting_down.compare_exchange_strong(expected, true)) in StopDebugging()
351 if (m_is_shutting_down) { in HandleExceptionEvent()
DDebuggerThread.h88 std::atomic<bool> m_is_shutting_down; variable