Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DMainLoopPosix.h92 std::atomic<bool> m_interrupting = false; variable
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DMainLoopPosix.cpp351 m_interrupting = false; in Run()
391 if (m_interrupting.exchange(true)) in Interrupt()