Home
last modified time | relevance | path

Searched refs:ReadHandleUP (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DMainLoopBase.h39 typedef std::unique_ptr<ReadHandle> ReadHandleUP; typedef
43 virtual ReadHandleUP RegisterReadObject(const lldb::IOObjectSP &object_sp, in RegisterReadObject()
57 ReadHandleUP CreateReadHandle(const lldb::IOObjectSP &object_sp) { in CreateReadHandle()
58 return ReadHandleUP(new ReadHandle(*this, object_sp->GetWaitableHandle())); in CreateReadHandle()
H A DMainLoop.h48 ReadHandleUP RegisterReadObject(const lldb::IOObjectSP &object_sp,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h89 MainLoop::ReadHandleUP m_network_handle_up;
100 MainLoop::ReadHandleUP m_stdio_handle_up;
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DTCPSocket.cpp265 std::vector<MainLoopBase::ReadHandleUP> handles; in Accept()
H A DMainLoop.cpp272 MainLoop::ReadHandleUP MainLoop::RegisterReadObject(const IOObjectSP &object_sp,