Home
last modified time | relevance | path

Searched refs:FDIsSetRead (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DSelectHelper.h43 bool FDIsSetRead(lldb::socket_t fd) const;
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DSelectHelper.cpp61 bool SelectHelper::FDIsSetRead(lldb::socket_t fd) const { in FDIsSetRead() function in SelectHelper
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp502 if (select_helper.FDIsSetRead(handle)) in BytesAvailable()
505 if (select_helper.FDIsSetRead(pipe_fd)) { in BytesAvailable()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4644 if (select_helper.FDIsSetRead(read_fd)) { in Run()
4653 if (select_helper.FDIsSetRead(pipe_read_fd)) { in Run()