Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DSelectHelper.h35 void FDSetRead(lldb::socket_t fd);
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DSelectHelper.cpp49 void SelectHelper::FDSetRead(lldb::socket_t fd) { in FDSetRead() function in SelectHelper
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp460 select_helper.FDSetRead(handle); in BytesAvailable()
471 select_helper.FDSetRead(pipe_fd); in BytesAvailable()
H A DPipePosix.cpp315 select_helper.FDSetRead(fd); in ReadWithTimeout()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp180 select_helper.FDSetRead(fd); in IsInputPending()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4635 select_helper.FDSetRead(read_fd); in Run()
4636 select_helper.FDSetRead(pipe_read_fd); in Run()