Searched refs:POLLWRNORM (Results 1 – 2 of 2) sorted by relevance
16 #define POLLWRNORM (POLLOUT) /* equivalent to POLLOUT */ macro
56 if (fds[i].events & (POLLOUT | POLLWRNORM | POLLWRBAND)) { in poll()