Lines Matching refs:pevents
171 assert(w->pevents != 0);
175 if ((w->events & POLLIN) == 0 && (w->pevents & POLLIN) != 0) {
196 if ((w->events & POLLOUT) == 0 && (w->pevents & POLLOUT) != 0) {
206 if ((w->events & UV__POLLPRI) == 0 && (w->pevents & UV__POLLPRI) != 0) {
216 w->events = w->pevents;
339 assert(w->pevents == POLLIN);
349 if (w->pevents & POLLIN)
354 if ((ev->flags & EV_EOF) && (w->pevents & UV__POLLRDHUP))
359 if (w->pevents & UV__POLLPRI)
366 if (w->pevents & POLLOUT)