Lines Matching refs:revents

26    stdin_cb (EV_P_ ev_io *w, int revents)
39 timeout_cb (EV_P_ ev_timer *w, int revents)
1099 static void my_cb (struct ev_loop *loop, ev_io *w, int revents)
1260 int revents)>.
1362 =item ev_invoke (loop, ev_TYPE *watcher, int revents)
1364 Invoke the C<watcher> with the given C<loop> and C<revents>. Neither
1365 C<loop> nor C<revents> need to be valid as long as the watcher callback
1372 returns its C<revents> bitset (as if its callback was invoked). If the
1378 =item ev_feed_event (loop, ev_TYPE *watcher, int revents)
1528 io_cb (EV_P_ ev_io *w, int revents)
1541 idle_cb (EV_P_ ev_idle *w, int revents)
1766 stdin_readable_cb (struct ev_loop *loop, ev_io *w, int revents)
1887 callback (EV_P_ ev_timer *w, int revents)
2179 one_minute_cb (struct ev_loop *loop, ev_timer *w, int revents)
2192 timeout_cb (struct ev_loop *loop, ev_timer *w, int revents)
2377 clock_cb (struct ev_loop *loop, ev_periodic *w, int revents)
2500 sigint_cb (struct ev_loop *loop, ev_signal *w, int revents)
2595 child_cb (EV_P_ ev_child *w, int revents)
2792 passwd_cb (struct ev_loop *loop, ev_stat *w, int revents)
2822 timer_cb (EV_P_ ev_timer *w, int revents)
2830 stat_cb (EV_P_ ev_stat *w, int revents)
2895 idle_cb (struct ev_loop *loop, ev_idle *w, int revents)
3018 io_cb (struct ev_loop *loop, ev_io *w, int revents)
3024 adns_prepare_cb (struct ev_loop *loop, ev_prepare *w, int revents)
3042 fds [i].revents = 0;
3049 adns_check_cb (struct ev_loop *loop, ev_check *w, int revents)
3058 int revents = ev_clear_pending (iow + i);
3059 if (revents & EV_READ ) fd->revents |= fd->events & POLLIN;
3060 if (revents & EV_WRITE) fd->revents |= fd->events & POLLOUT;
3077 timer_cb (EV_P_ ev_timer *w, int revents)
3086 io_cb (EV_P_ ev_io *w, int revents)
3091 if (revents & EV_READ ) adns_processreadable (ads, w->fd, &tv_now);
3092 if (revents & EV_WRITE) adns_processwriteable (ads, w->fd, &tv_now);
3411 mysig_cb (EV_P_ ev_async *w, int revents)
3452 mysig_cb (EV_P_ ev_async *w, int revents)
3538 The callback has the type C<void (*cb)(int revents, void *arg)> and is
3539 passed an C<revents> set like normal event callbacks (a combination of
3547 static void stdin_ready (int revents, void *arg)
3549 if (revents & EV_READ)
3551 else if (revents & EV_TIMER)
3557 =item ev_feed_fd_event (loop, int fd, int revents)
3600 static void my_cb (struct ev_loop *loop, ev_io *w_, int revents)
3631 t1_cb (EV_P_ ev_timer *w, int revents)
3638 t2_cb (EV_P_ ev_timer *w, int revents)
3771 async_cb (EV_P_ ev_async *w, int revents)
4066 first argument and the C<revents> as second. The object must be given as
4079 void io_cb (ev::io &w, int revents) { }
4095 int revents)>.
4103 void operator() (ev::io &w, int revents)
4126 static void io_cb (ev::io &w, int revents) { }
4182 ev::io io ; void io_cb (ev::io &w, int revents);
4183 ev::io io2 ; void io2_cb (ev::io &w, int revents);
4184 ev::idle idle; void idle_cb (ev::idle &w, int revents);
4302 static void cb (EV_P_ ev_timer *w, int revents)
4333 check_cb (EV_P_ ev_timer *w, int revents)
4898 =item EV_CB_INVOKE (watcher, revents)
5296 =item C<void (*)(ev_watcher_type *, int revents)> must have compatible