Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DMainLoopBase.h44 typedef std::unique_ptr<ReadHandle> ReadHandleUP; typedef
48 virtual ReadHandleUP RegisterReadObject(const lldb::IOObjectSP &object_sp,
66 ReadHandleUP CreateReadHandle(const lldb::IOObjectSP &object_sp) { in CreateReadHandle()
67 return ReadHandleUP(new ReadHandle(*this, object_sp->GetWaitableHandle())); in CreateReadHandle()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DMainLoopPosix.h37 ReadHandleUP RegisterReadObject(const lldb::IOObjectSP &object_sp,
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h102 MainLoop::ReadHandleUP m_network_handle_up;
112 MainLoop::ReadHandleUP m_stdio_handle_up;
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DTCPSocket.cpp268 std::vector<MainLoopBase::ReadHandleUP> handles; in Accept()
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DMainLoopPosix.cpp257 MainLoopPosix::ReadHandleUP