Home
last modified time | relevance | path

Searched refs:MainLoopBase (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DMainLoopBase.h32 class MainLoopBase {
37 MainLoopBase() {} in MainLoopBase() function
38 virtual ~MainLoopBase() {} in ~MainLoopBase()
42 typedef std::function<void(MainLoopBase &)> Callback;
72 ReadHandle(MainLoopBase &mainloop, IOObject::WaitableHandle handle) in ReadHandle()
75 MainLoopBase &m_mainloop;
78 friend class MainLoopBase; variable
83 DISALLOW_COPY_AND_ASSIGN(MainLoopBase);
H A DMainLoop.h38 class MainLoop : public MainLoopBase {
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dmodule.modulemap34 module MainLoopBase { header "Host/MainLoopBase.h" export * }
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DTCPSocket.cpp247 std::vector<MainLoopBase::ReadHandleUP> handles; in Accept()
254 &listen_sock](MainLoopBase &loop) { in Accept()
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp116 static void sighup_handler(MainLoopBase &mainloop) { in sighup_handler()
/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/Darwin/
H A DNativeProcessDarwin.cpp912 io_sp, [this](MainLoopBase &) { HandleWaitpidResult(); }, error); in StartWaitpidThread() 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