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