Lines Matching refs:EV_READ
54 ev_io_init (&stdin_watcher, stdin_cb, /*STDIN_FILENO*/ 0, EV_READ);
477 This backend maps C<EV_READ> to the C<readfds> set and C<EV_WRITE> to the
490 This backend maps C<EV_READ> to C<POLLIN | POLLERR | POLLHUP>, and
553 This backend maps C<EV_READ> and C<EV_WRITE> in the same way as
589 This backend maps C<EV_READ> into an C<EVFILT_READ> kevent with
625 This backend maps C<EV_READ> and C<EV_WRITE> in the same way as
1110 ev_io_set (&stdin_watcher, STDIN_FILENO, EV_READ);
1152 =item C<EV_READ>
1266 ev_io_set (&w, STDIN_FILENO, EV_READ);
1289 ev_io_init (&w, my_cb, STDIN_FILENO, EV_READ);
1553 ev_io_init (&io, io_cb, STDIN_FILENO, EV_READ);
1596 be called with C<EV_READ> but a subsequent C<read>(2) will actually block
1746 receive events for and C<events> is either C<EV_READ>, C<EV_WRITE> or
1747 C<EV_READ | EV_WRITE>, to express the desire to receive the given events.
1775 ev_io_init (&stdin_readable, stdin_readable_cb, STDIN_FILENO, EV_READ);
3039 ((fds [i].events & POLLIN ? EV_READ : 0)
3059 if (revents & EV_READ ) fd->revents |= fd->events & POLLIN;
3091 if (revents & EV_READ ) adns_processreadable (ads, w->fd, &tv_now);
3540 C<EV_ERROR>, C<EV_READ>, C<EV_WRITE> or C<EV_TIMER>) and the C<arg>
3549 if (revents & EV_READ)
3555 ev_once (STDIN_FILENO, EV_READ, 10., stdin_ready, 0);
3595 ev_io_init (&w.io, my_cb, fd, EV_READ);
4024 These are just enum values with the same values as the C<EV_READ> etc.
5521 In libev, events are represented as single bits (such as C<EV_READ> or