Searched refs:rfd_want_read (Results 1 – 1 of 1) sorted by relevance
164 static int poll_two_fds(int rfd, int rfd_want_read, in poll_two_fds() argument188 if (rfd != -1 && rfd_want_read) in poll_two_fds()249 pfds[npfd].events = (rfd_want_read ? POLLIN : 0) in poll_two_fds()255 pfds[npfd].events = (rfd_want_read ? POLLIN : 0); in poll_two_fds()
Completed in 5 milliseconds