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/
H A DSelectHelper.h35 void FDSetRead(lldb::socket_t fd);
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DSelectHelper.cpp49 void SelectHelper::FDSetRead(lldb::socket_t fd) { in FDSetRead() function in SelectHelper
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DEditline.cpp193 select_helper.FDSetRead(fd); in IsInputPending()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp4392 select_helper.FDSetRead(read_fd); in Run()
4393 select_helper.FDSetRead(pipe_read_fd); in Run()