Searched refs:MainLoopBase (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/lldb/include/lldb/Host/ |
| H A D | MainLoopBase.h | 31 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 D | MainLoop.h | 39 class MainLoop : public MainLoopBase {
|
| /llvm-project-15.0.7/lldb/unittests/Host/ |
| H A D | MainLoopTest.cpp | 59 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 D | module.modulemap | 37 module MainLoopBase { header "Host/MainLoopBase.h" export * }
|
| /llvm-project-15.0.7/lldb/source/Host/common/ |
| H A D | TCPSocket.cpp | 262 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 D | lldb-gdbserver.cpp | 95 static void sighup_handler(MainLoopBase &mainloop) { in sighup_handler()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeProcessFreeBSD.cpp | 157 SIGCHLD, [this](MainLoopBase &) { SigchldHandler(); }, status); in NativeProcessFreeBSD() argument
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 1058 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 D | NativeProcessNetBSD.cpp | 158 SIGCHLD, [this](MainLoopBase &) { SigchldHandler(); }, status); in NativeProcessNetBSD() argument
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/ |
| H A D | NativeProcessLinux.cpp | 323 SIGCHLD, [this](MainLoopBase &) { SigchldHandler(); }, status); in NativeProcessLinux() argument
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 3726 lldb/include/lldb/Host/MainLoopBase.h
|