Lines Matching refs:events
78 * BSD can revert pa->events at any time, when the kernel decides to
99 * We are certainly a foreign thread trying to change events
150 lwsl_wsi_debug(wsi, "fd %d events %d -> %d", pa->fd, pfd->events,
151 (pfd->events & ~_and) | _or);
152 pa->prev_events = pfd->events;
153 pa->events = pfd->events = (short)((pfd->events & ~_and) | _or);
192 * then cancel it to force a restart with our changed events
194 pa_events = pa->prev_events != pa->events;
195 pfd->events = (short)pa->events;
322 pt->fds[wsi->position_in_fds_table].events = LWS_POLLIN;
324 pa.events = pt->fds[pt->fds_count].events;