Home
last modified time | relevance | path

Searched refs:RegisterReadObject (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lldb/unittests/Host/
DMainLoopTest.cpp77 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()
113 loop.RegisterReadObject(conn->GetReadObject(), make_callback(), error); in TEST_F()
/external/llvm-project/lldb/include/lldb/Host/
DMainLoopBase.h43 virtual ReadHandleUP RegisterReadObject(const lldb::IOObjectSP &object_sp, in RegisterReadObject() function
DMainLoop.h47 ReadHandleUP RegisterReadObject(const lldb::IOObjectSP &object_sp,
/external/llvm-project/lldb/source/Host/common/
DTCPSocket.cpp270 handles.emplace_back(accept_loop.RegisterReadObject( in Accept()
DMainLoop.cpp272 MainLoop::ReadHandleUP MainLoop::RegisterReadObject(const IOObjectSP &object_sp, function in MainLoop
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerLLGS.cpp994 m_network_handle_up = m_mainloop.RegisterReadObject( in InitializeConnection()
1044 m_stdio_handle_up = m_mainloop.RegisterReadObject( in StartSTDIOForwarding()