Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DMainLoopBase.h37 MainLoopBase() {} in MainLoopBase() function
78 friend class MainLoopBase; variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp156 SIGCHLD, [this](MainLoopBase &) { SigchldHandler(); }, status); in NativeProcessNetBSD() argument
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp930 read_object_sp, [this](MainLoopBase &) { DataAvailableCallback(); }, argument
981 [this](MainLoopBase &) { SendProcessOutput(); }, error); argument
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeProcessDarwin.cpp912 io_sp, [this](MainLoopBase &) { HandleWaitpidResult(); }, error); in StartWaitpidThread() argument