Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/
H A DPipePosix.cpp87 if (CanRead() || CanWrite()) in CreateNew()
116 if (CanRead() || CanWrite()) in CreateNew()
153 if (CanRead() || CanWrite()) in OpenAsReader()
174 if (CanRead() || CanWrite()) in OpenAsWriterWithTimeout()
234 bool PipePosix::CanRead() const { in CanRead() function in PipePosix
243 if (CanRead()) { in CloseReadFileDescriptor()
260 if (!CanRead()) in ReadWithTimeout()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DPipeBase.h41 virtual bool CanRead() const = 0;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/posix/
H A DPipePosix.h49 bool CanRead() const override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp1205 if (socket_pipe.CanRead()) { in StartDebugserverProcess()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp4540 !m_pipe.CanRead() || !m_pipe.CanWrite()) { in Run()