Searched refs:POLLNVAL (Results 1 – 2 of 2) sorted by relevance
127 # define POLLNVAL 0x0020 /* Invalid request: fd not open */ macro
105 + if ( pollfds[i].revents & ( POLLIN | POLLOUT | POLLERR | POLLHUP | POLLNVAL ) )115 + case FDW_READ: return pollfds[poll_fdidx[fd]].revents & ( POLLIN | POLLERR | POLLHUP | POLLNVAL );116 …se FDW_WRITE: return pollfds[poll_fdidx[fd]].revents & ( POLLOUT | POLLERR | POLLHUP | POLLNVAL );
Completed in 7 milliseconds