Home
last modified time | relevance | path

Searched defs:MainLoopBase (Results 1 – 6 of 6) sorted by relevance

/llvm-project/lldb/include/lldb/Host/
H A DMainLoopBase.h41 MainLoopBase() : m_terminate_request(false) {} MainLoopBase() function
94 friend class MainLoopBase; global() variable
[all...]
/llvm-project/lldb/unittests/Host/
H A DMainLoopTest.cpp158 __anona76be6ae0702(MainLoopBase &) TEST_F() argument
[all...]
/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp173 __anon0ab2b0ea0102(MainLoopBase &) NativeProcessFreeBSD() argument
/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp156 SIGCHLD, [this](MainLoopBase &) { SigchldHandler(); }, status); in NativeProcessNetBSD() argument
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1183 __anon66ad09ac0502(MainLoopBase &) InitializeConnection() argument
1237 __anon66ad09ac0602(MainLoopBase &) StartSTDIOForwarding() argument
/llvm-project/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp259 SIGCHLD, [this](MainLoopBase &) { SigchldHandler(); }, status); in Manager() argument