Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DMainLoopBase.h31 class MainLoopBase {
36 MainLoopBase() = default;
37 virtual ~MainLoopBase() = default;
41 typedef std::function<void(MainLoopBase &)> Callback;
78 ReadHandle(MainLoopBase &mainloop, IOObject::WaitableHandle handle) in ReadHandle()
81 MainLoopBase &m_mainloop;
84 friend class MainLoopBase; variable
89 MainLoopBase(const MainLoopBase &) = delete;
90 const MainLoopBase &operator=(const MainLoopBase &) = delete;
H A DMainLoop.h39 class MainLoop : public MainLoopBase {
/llvm-project-15.0.7/lldb/unittests/Host/
H A DMainLoopTest.cpp59 return [&](MainLoopBase &loop) { in make_callback()
110 [&](MainLoopBase &loop) { in TEST_F()
132 [&](MainLoopBase &loop) { in TEST_F()
135 loop.AddPendingCallback([&](MainLoopBase &loop) { in TEST_F()
220 SIGUSR1, [&](MainLoopBase &loop) { ++callback2_count; }, error); in TEST_F()
233 SIGUSR1, [&](MainLoopBase &loop) { ++callback3_count; }, error); in TEST_F()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dmodule.modulemap37 module MainLoopBase { header "Host/MainLoopBase.h" export * }
/llvm-project-15.0.7/lldb/source/Host/common/
H A DTCPSocket.cpp262 std::vector<MainLoopBase::ReadHandleUP> handles; in Accept()
269 &listen_sock](MainLoopBase &loop) { in Accept()
/llvm-project-15.0.7/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp95 static void sighup_handler(MainLoopBase &mainloop) { in sighup_handler()
/llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp157 SIGCHLD, [this](MainLoopBase &) { SigchldHandler(); }, status); in NativeProcessFreeBSD() argument
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1058 m_mainloop.AddPendingCallback([this, pid](MainLoopBase &loop) { in HandleInferiorState_Exited()
1185 read_object_sp, [this](MainLoopBase &) { DataAvailableCallback(); }, in InitializeConnection() argument
1239 [this](MainLoopBase &) { SendProcessOutput(); }, error); in StartSTDIOForwarding() argument
/llvm-project-15.0.7/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp158 SIGCHLD, [this](MainLoopBase &) { SigchldHandler(); }, status); in NativeProcessNetBSD() argument
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp323 SIGCHLD, [this](MainLoopBase &) { SigchldHandler(); }, status); in NativeProcessLinux() argument
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt3726 lldb/include/lldb/Host/MainLoopBase.h