Searched refs:POLLOUT (Results 1 – 3 of 3) sorted by relevance
11 #define POLLOUT 0x0004 macro
45 MACRO(POLLOUT); in poll_h()
1000 res = retrying_poll(sock, POLLIN | POLLOUT, &finish); in connect_with_timeout()1047 if (fds.revents & (POLLIN | POLLOUT | POLLERR)) { in retrying_poll()