Searched refs:m_is_shutting_down (Results 1 – 2 of 2) sorted by relevance
60 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()
88 std::atomic<bool> m_is_shutting_down; variable