Searched refs:num_pfds (Results 1 – 2 of 2) sorted by relevance
140 unsigned int num_pfds; in async_io() local169 num_pfds = 2; in async_io()172 poll_nointr(pfd, num_pfds); in async_io()191 } else if ((num_pfds > 1 && pfd[1].revents & POLLIN)) { in async_io()200 num_pfds = 1; in async_io()207 if (num_pfds == 1) in async_io()
774 - fixed num_pfds not reflecting actual number allocated2278 ^ pollsocket::~pollsocket(): num_pfds is decreased in some cases but