Home
last modified time | relevance | path

Searched refs:GetReadFileDescriptor (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DPipePosix.h49 return lldb::pipe_t(GetReadFileDescriptor()); in GetReadPipe()
55 int GetReadFileDescriptor() const override;
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DPipeBase.h46 virtual int GetReadFileDescriptor() const = 0;
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DMainLoopPosix.cpp231 const int trigger_pipe_fd = m_trigger_pipe.GetReadFileDescriptor();
251 m_read_fds.erase(m_trigger_pipe.GetReadFileDescriptor());
H A DConnectionFileDescriptorPosix.cpp107 static_cast<void *>(this), m_pipe.GetReadFileDescriptor(), in OpenCommandPipe()
453 const int pipe_fd = m_pipe.GetReadFileDescriptor(); in BytesAvailable()
H A DProcessLauncherPosixFork.cpp291 r = llvm::sys::RetryAfterSignal(-1, read, pipe.GetReadFileDescriptor(), in LaunchProcess()
H A DPipePosix.cpp208 int PipePosix::GetReadFileDescriptor() const { in GetReadFileDescriptor() function in PipePosix
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp1024 launch_info.AppendCloseFileAction(socket_pipe.GetReadFileDescriptor()); in StartDebugserverProcess()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4625 const int pipe_read_fd = m_pipe.GetReadFileDescriptor(); in Run()