Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DMainLoopBase.h31 class MainLoopBase {
36 MainLoopBase() = default;
37 virtual ~MainLoopBase() = default;
41 typedef std::function<void(MainLoopBase &)> Callback;
71 ReadHandle(MainLoopBase &mainloop, IOObject::WaitableHandle handle) in ReadHandle()
74 MainLoopBase &m_mainloop;
77 friend class MainLoopBase; variable
82 MainLoopBase(const MainLoopBase &) = delete;
83 const MainLoopBase &operator=(const MainLoopBase &) = delete;
H A DMainLoop.h38 class MainLoop : public MainLoopBase {
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dmodule.modulemap37 module MainLoopBase { header "Host/MainLoopBase.h" export * }
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DTCPSocket.cpp265 std::vector<MainLoopBase::ReadHandleUP> handles; in Accept()
272 &listen_sock](MainLoopBase &loop) { in Accept()
/freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp96 static void sighup_handler(MainLoopBase &mainloop) { in sighup_handler()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp157 SIGCHLD, [this](MainLoopBase &) { SigchldHandler(); }, status); in NativeProcessNetBSD() argument
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp152 SIGCHLD, [this](MainLoopBase &) { SigchldHandler(); }, status); in NativeProcessFreeBSD() argument
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1122 read_object_sp, [this](MainLoopBase &) { DataAvailableCallback(); }, in InitializeConnection() argument
1173 [this](MainLoopBase &) { SendProcessOutput(); }, error); in StartSTDIOForwarding() argument