Searched refs:POLLOUT (Results 1 – 2 of 2) sorted by relevance
15 #define POLLOUT (1u << 3) /* normal data may be written without blocking */ macro16 #define POLLWRNORM (POLLOUT) /* equivalent to POLLOUT */
56 if (fds[i].events & (POLLOUT | POLLWRNORM | POLLWRBAND)) { in poll()74 fds[i].revents |= POLLOUT; in poll()