Searched refs:maxfd (Results 1 – 1 of 1) sorted by relevance
173 int maxfd, pres; in poll_two_fds() local199 maxfd = rfd; in poll_two_fds()200 if (wfd > maxfd) in poll_two_fds()201 maxfd = wfd; in poll_two_fds()232 pres = select(maxfd + 1, &rfd_set, &wfd_set, &efd_set, ptv); in poll_two_fds()
Completed in 4 milliseconds