Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DMainLoopPosix.cpp228 MainLoopPosix::MainLoopPosix() : m_triggering(false) {
377 m_triggering = false;
402 if (m_triggering.exchange(true))
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DMainLoopPosix.h91 std::atomic<bool> m_triggering; variable