Searched refs:POLLOUT (Results 1 – 4 of 4) sorted by relevance
207 fds.events = POLLIN|POLLOUT; in sockex_nonblocking_connect()229 fds.events = POLLIN|POLLOUT; in sockex_nonblocking_connect()233 LWIP_ASSERT("fds.revents & POLLOUT", fds.revents & POLLOUT); in sockex_nonblocking_connect()
503 #if !defined(POLLIN) && !defined(POLLOUT)505 #define POLLOUT 0x2 macro
235 if (pfd.revents & POLLOUT) { in sockets_stresstest_wait_readable_poll()
2292 if ((fds[fdi].events & POLLOUT) != 0 && (sendevent != 0)) { in lwip_pollscan()2293 fds[fdi].revents |= POLLOUT; in lwip_pollscan()2495 if (has_sendevent && (pollfd->events & POLLOUT) != 0) { in lwip_poll_should_wake()
Completed in 21 milliseconds