Searched refs:POLLRDNORM (Results 1 – 2 of 2) sorted by relevance
11 #define POLLRDNORM (1u << 1) /* normal data may be read without blocking */ macro
50 if (fds[i].events & (POLLIN | POLLRDNORM | POLLRDBAND | POLLPRI)) { in poll()