Searched refs:RegisterReadObject (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/lldb/unittests/Host/ |
| H A D | MainLoopTest.cpp | 77 auto handle = loop.RegisterReadObject(socketpair[1], make_callback(), error); in TEST_F() 92 auto handle0 = loop.RegisterReadObject(socketpair[0], make_callback(), error); in TEST_F() 94 auto handle1 = loop.RegisterReadObject(socketpair[1], make_callback(), error); in TEST_F() 108 auto handle = loop.RegisterReadObject( in TEST_F() 130 auto handle = loop.RegisterReadObject( in TEST_F() 163 loop.RegisterReadObject(conn->GetReadObject(), make_callback(), error); in TEST_F()
|
| /llvm-project-15.0.7/lldb/include/lldb/Host/ |
| H A D | MainLoopBase.h | 43 virtual ReadHandleUP RegisterReadObject(const lldb::IOObjectSP &object_sp, in RegisterReadObject() function
|
| H A D | MainLoop.h | 49 ReadHandleUP RegisterReadObject(const lldb::IOObjectSP &object_sp,
|
| /llvm-project-15.0.7/lldb/source/Host/common/ |
| H A D | TCPSocket.cpp | 267 handles.emplace_back(accept_loop.RegisterReadObject( in Accept()
|
| H A D | MainLoop.cpp | 272 MainLoop::ReadHandleUP MainLoop::RegisterReadObject(const IOObjectSP &object_sp, function in MainLoop
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerLLGS.cpp | 1184 m_network_handle_up = m_mainloop.RegisterReadObject( in InitializeConnection() 1237 m_stdio_handle_up = m_mainloop.RegisterReadObject( in StartSTDIOForwarding()
|