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
504 if (select_helper.FDIsSetRead(handle)) in BytesAvailable()507 if (select_helper.FDIsSetRead(pipe_fd)) { in BytesAvailable()
4401 if (select_helper.FDIsSetRead(read_fd)) { in Run()4410 if (select_helper.FDIsSetRead(pipe_read_fd)) { in Run()