Home
last modified time | relevance | path

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

/hal_espressif-latest/components/newlib/
Dpoll.c50 if (fds[i].events & (POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI)) { in poll()
70 fds[i].revents |= POLLIN; in poll()
/hal_espressif-latest/components/newlib/platform_include/sys/
Dpoll.h10 #define POLLIN (1u << 0) /* data other than high-priority may be read without blocking */ macro