Searched refs:read_fds (Results 1 – 3 of 3) sorted by relevance
114 std::vector<struct pollfd> read_fds; member in MainLoopPosix::RunImpl160 read_fds.reserve(loop.m_read_fds.size()); in RunImpl()180 read_fds.clear(); in Poll()187 read_fds.push_back(pfd); in Poll()189 int ready = StartPoll(read_fds, loop.GetNextWakeupTime()); in Poll()198 for (const auto &fd : read_fds) { in ProcessReadEvents()
59 static int read_fds(int, int *);65 read_fds(int clientfd, int *fds) in read_fds() 235 while (state == 1 && (state = read_fds(clientfd, fds)) == 1) { in main() 62 read_fds(int clientfd, int *fds) read_fds() function
191 fd_set read_fds; in check_inputs() local200 FD_ZERO(&read_fds); in check_inputs()206 FD_SET(fd, &read_fds); in check_inputs()215 found = select(last_fd + 1, &read_fds, in check_inputs()224 && FD_ISSET(fd, &read_fds)) { in check_inputs()