Searched refs:wfd_want_write (Results 1 – 1 of 1) sorted by relevance
165 int wfd, int wfd_want_write, in poll_two_fds() argument190 if (wfd != -1 && wfd_want_write) in poll_two_fds()250 | (wfd_want_write ? POLLOUT : 0); in poll_two_fds()260 pfds[npfd].events = (wfd_want_write ? POLLOUT : 0); in poll_two_fds()
Completed in 6 milliseconds