Searched refs:FDIsSetRead (Results 1 – 4 of 4) sorted by relevance
43 bool FDIsSetRead(lldb::socket_t fd) const;
61 bool SelectHelper::FDIsSetRead(lldb::socket_t fd) const { in FDIsSetRead() function in SelectHelper
502 if (select_helper.FDIsSetRead(handle)) in BytesAvailable() 505 if (select_helper.FDIsSetRead(pipe_fd)) { in BytesAvailable()
4644 if (select_helper.FDIsSetRead(read_fd)) { in Run()4653 if (select_helper.FDIsSetRead(pipe_read_fd)) { in Run()