Searched refs:POLLWRBAND (Results 1 – 2 of 2) sorted by relevance
17 #define POLLWRBAND (1u << 4) /* priority data my be written */ macro
56 if (fds[i].events & (POLLOUT | POLLWRNORM | POLLWRBAND)) { in poll()