Lines Matching refs:pevents
149 assert(w->pevents != 0);
153 if ((w->events & POLLIN) == 0 && (w->pevents & POLLIN) != 0) {
174 if ((w->events & POLLOUT) == 0 && (w->pevents & POLLOUT) != 0) {
184 if ((w->events & UV__POLLPRI) == 0 && (w->pevents & UV__POLLPRI) != 0) {
194 w->events = w->pevents;
324 assert(w->pevents == POLLIN);
334 if (w->pevents & POLLIN) {
345 if ((ev->flags & EV_EOF) && (w->pevents & UV__POLLRDHUP))
350 if (w->pevents & UV__POLLPRI) {
364 if (w->pevents & POLLOUT) {