Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DMainLoopBase.h40 typedef std::unique_ptr<ReadHandle> ReadHandleUP; typedef
44 virtual ReadHandleUP RegisterReadObject(const lldb::IOObjectSP &object_sp, in RegisterReadObject()
58 ReadHandleUP CreateReadHandle(const lldb::IOObjectSP &object_sp) { in CreateReadHandle()
59 return ReadHandleUP(new ReadHandle(*this, object_sp->GetWaitableHandle())); in CreateReadHandle()
H A DMainLoop.h48 ReadHandleUP RegisterReadObject(const lldb::IOObjectSP &object_sp,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h83 MainLoop::ReadHandleUP m_network_handle_up;
91 MainLoop::ReadHandleUP m_stdio_handle_up;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeProcessDarwin.h197 MainLoop::ReadHandleUP m_waitpid_reader_handle;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DTCPSocket.cpp247 std::vector<MainLoopBase::ReadHandleUP> handles; in Accept()
H A DMainLoop.cpp268 MainLoop::ReadHandleUP MainLoop::RegisterReadObject(const IOObjectSP &object_sp,