Home | History | Annotate | Download | only in browser

Lines Matching refs:read_fds

164   fd_set read_fds;
167 FD_ZERO(&read_fds);
168 FD_SET(fd, &read_fds);
172 return HANDLE_EINTR(select(fd + 1, &read_fds, NULL, NULL, &tv));