Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DMainLoopBase.h41 MainLoopBase() : m_terminate_request(false) {} in MainLoopBase()
63 virtual void RequestTermination() { m_terminate_request = true; } in RequestTermination()
80 bool m_terminate_request : 1; variable
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DMainLoopPosix.cpp100 if (loop.m_terminate_request) in ProcessEvents()
208 if (loop.m_terminate_request)
220 if (loop.m_terminate_request)
362 m_terminate_request = false;
369 while (!m_terminate_request &&