Home
last modified time | relevance | path

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

/lib/lwip/lwip/test/sockets/
A Dsockets_stresstest.c226 pfd.events = POLLIN | POLLERR; in sockets_stresstest_wait_readable_poll()
232 if (pfd.revents & POLLIN) { in sockets_stresstest_wait_readable_poll()
/lib/lwip/lwip/src/include/lwip/
A Dsockets.h503 #if !defined(POLLIN) && !defined(POLLOUT)
504 #define POLLIN 0x1 macro
/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()
/lib/lwip/lwip/src/api/
A Dsockets.c2287 if ((fds[fdi].events & POLLIN) != 0 && ((lastdata != NULL) || (rcvevent > 0))) { in lwip_pollscan()
2288 fds[fdi].revents |= POLLIN; in lwip_pollscan()
2492 if (has_recvevent && (pollfd->events & POLLIN) != 0) { in lwip_poll_should_wake()

Completed in 17 milliseconds