Home
last modified time | relevance | path

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

/hal_espressif-latest/components/newlib/platform_include/sys/
Dpoll.h15 #define POLLOUT (1u << 3) /* normal data may be written without blocking */ macro
16 #define POLLWRNORM (POLLOUT) /* equivalent to POLLOUT */
/hal_espressif-latest/components/newlib/
Dpoll.c56 if (fds[i].events & (POLLOUT | POLLWRNORM | POLLWRBAND)) { in poll()
74 fds[i].revents |= POLLOUT; in poll()