Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Utility/
DSelectHelper.h35 void FDSetRead(lldb::socket_t fd);
/external/llvm-project/lldb/source/Utility/
DSelectHelper.cpp49 void SelectHelper::FDSetRead(lldb::socket_t fd) { in FDSetRead() function in SelectHelper
/external/llvm-project/lldb/source/Host/posix/
DConnectionFileDescriptorPosix.cpp569 select_helper.FDSetRead(handle); in BytesAvailable()
580 select_helper.FDSetRead(pipe_fd); in BytesAvailable()
DPipePosix.cpp267 select_helper.FDSetRead(fd); in ReadWithTimeout()
/external/llvm-project/lldb/source/Host/common/
DEditline.cpp186 select_helper.FDSetRead(fd); in IsInputPending()
/external/llvm-project/lldb/source/Target/
DProcess.cpp4471 select_helper.FDSetRead(read_fd); in Run()
4472 select_helper.FDSetRead(pipe_read_fd); in Run()