Searched refs:POLLOUT (Results 1 – 4 of 4) sorted by relevance
21 #define POLLWRNORM POLLOUT
23 #define POLLOUT 0x0004 macro
45 MACRO(POLLOUT); in poll_h()
1001 res = retrying_poll(sock, POLLIN | POLLOUT, &finish); in connect_with_timeout()1048 if (fds.revents & (POLLIN | POLLOUT | POLLERR)) { in retrying_poll()