Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DSelectHelper.h35 void FDSetRead(lldb::socket_t fd);
/llvm-project-15.0.7/lldb/source/Utility/
H A DSelectHelper.cpp49 void SelectHelper::FDSetRead(lldb::socket_t fd) { in FDSetRead() function in SelectHelper
/llvm-project-15.0.7/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp462 select_helper.FDSetRead(handle); in BytesAvailable()
473 select_helper.FDSetRead(pipe_fd); in BytesAvailable()
H A DPipePosix.cpp257 select_helper.FDSetRead(fd); in ReadWithTimeout()
/llvm-project-15.0.7/lldb/source/Host/common/
H A DEditline.cpp192 select_helper.FDSetRead(fd); in IsInputPending()
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp4371 select_helper.FDSetRead(read_fd); in Run()
4372 select_helper.FDSetRead(pipe_read_fd); in Run()