Home
last modified time | relevance | path

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

/hal_espressif-latest/components/newlib/platform_include/sys/
Dpoll.h11 #define POLLRDNORM (1u << 1) /* normal data may be read without blocking */ macro
/hal_espressif-latest/components/newlib/
Dpoll.c50 if (fds[i].events & (POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI)) { in poll()