Home
last modified time | relevance | path

Searched refs:FDSetRead (Results 1 – 7 of 7) 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/Host/common/
H A DJSONTransport.cpp45 sh.FDSetRead( in ReadFull()
H A DEditline.cpp196 select_helper.FDSetRead(fd); in IsInputPending()
/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.cpp451 select_helper.FDSetRead(reinterpret_cast<socket_t>(handle)); in BytesAvailable()
462 select_helper.FDSetRead(pipe_fd); in BytesAvailable()
H A DPipePosix.cpp310 select_helper.FDSetRead(fd); in Read()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4667 select_helper.FDSetRead(read_fd); in Run()
4668 select_helper.FDSetRead(pipe_read_fd); in Run()