Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Utility/
DSelectHelper.h35 void FDSetRead(lldb::socket_t fd);
/openbsd/src/gnu/llvm/lldb/source/Utility/
DSelectHelper.cpp49 void SelectHelper::FDSetRead(lldb::socket_t fd) { in FDSetRead() function in SelectHelper
/openbsd/src/gnu/llvm/lldb/source/Host/posix/
DConnectionFileDescriptorPosix.cpp462 select_helper.FDSetRead(handle); in BytesAvailable()
473 select_helper.FDSetRead(pipe_fd); in BytesAvailable()
DPipePosix.cpp257 select_helper.FDSetRead(fd); in ReadWithTimeout()
/openbsd/src/gnu/llvm/lldb/source/Host/common/
DEditline.cpp193 select_helper.FDSetRead(fd); in IsInputPending()
/openbsd/src/gnu/llvm/lldb/source/Target/
DProcess.cpp4392 select_helper.FDSetRead(read_fd); in Run()
4393 select_helper.FDSetRead(pipe_read_fd); in Run()