Home
last modified time | relevance | path

Searched refs:POLLOUT (Results 1 – 4 of 4) sorted by relevance

/lib/lwip/lwip/contrib/apps/socket_examples/
A Dsocket_examples.c207 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()
/lib/lwip/lwip/src/include/lwip/
A Dsockets.h503 #if !defined(POLLIN) && !defined(POLLOUT)
505 #define POLLOUT 0x2 macro
/lib/lwip/lwip/test/sockets/
A Dsockets_stresstest.c235 if (pfd.revents & POLLOUT) { in sockets_stresstest_wait_readable_poll()
/lib/lwip/lwip/src/api/
A Dsockets.c2292 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