Searched refs:POLLWRNORM (Results 1 – 9 of 9) sorted by relevance
16 #ifndef POLLWRNORM17 #define POLLWRNORM 0x0100 macro
5 #define POLLWRNORM POLLOUT macro
15 #define POLLWRNORM POLLOUT macro
49 ``POLLWRNORM`` flags. When the function timed out it returns a value of60 ``POLLWRNORM`` flags in the ``revents`` field.
48 ``POLLWRNORM`` flags are set. If there are events in the event queue,
268 fd[0].events = POLLOUT | POLLWRNORM;286 if (retval && (fd[0].revents & POLLWRNORM)) {
134 Poll on the ibox file returns (POLLOUT | POLLWRNORM) whenever