Lines Matching refs:i

223 Return the set of all backends (i.e. their corresponding C<EV_BACKEND_*>
487 i.e. O(total_fds). See the entry for C<EVBACKEND_SELECT>, above, for
540 i.e. keep at least one watcher active per fd at all times. Stopping and
564 "auto-detected" unless you explicitly specify it in the flags (i.e. using
847 with something not expressible using other libev watchers (i.e. "roll your
879 - Call all queued watchers in reverse order (i.e. check watchers first).
1049 modifications done will affect the event loop, i.e. adding watchers will
1314 Returns a true value iff the watcher is active (i.e. it has been started
1320 Returns a true value iff the watcher is pending, (i.e. it has outstanding
1913 If this value is negative, then we are already past the timeout, i.e. we
1985 off after the first million or so of active timers, i.e. it's usually
2410 will try its best to deliver signals synchronously, i.e. as part of the
2419 only within the same loop, i.e. you can watch for C<SIGINT> in your
2516 as the event loop isn't entered (or is continued from a watcher), i.e.,
2683 many bugs), the path exists (i.e. stat succeeds), and the path resides on
2922 for recursion in those watchers, i.e. the sequence will always be
3036 for (int i = 0; i < nfd; ++i)
3038 ev_io_init (iow + i, io_cb, fds [i].fd,
3039 ((fds [i].events & POLLIN ? EV_READ : 0)
3040 | (fds [i].events & POLLOUT ? EV_WRITE : 0)));
3042 fds [i].revents = 0;
3043 ev_io_start (loop, iow + i);
3053 for (int i = 0; i < nfd; ++i)
3057 struct pollfd *fd = fds + i;
3058 int revents = ev_clear_pending (iow + i);
3063 ev_io_stop (loop, iow + i);
3166 is active, i.e., the embedded loop will automatically be forked when the
3289 process typically wants to start fresh, i.e. without any active watchers.
3372 (i.e. the number of callback invocations may be less than the number of
4071 callback (i.e. it is visible to it at the place of the C<set> call and
5119 i.e. all programs not using special compile switches.
5187 this by trying to avoid the poll backend altogether (i.e. it's not even