Lines Matching refs:ev_now
179 C<ev_now> function is usually faster and also often returns the timestamp
181 C<ev_now_update> and C<ev_now>.
759 =item ev_tstamp ev_now (loop)
770 returned by C<ev_now ()> in the progress. This is a costly operation and
866 - Update the "event loop time" (ev_now ()).
874 - Update the "event loop time" (ev_now ()), and do time jump adjustments.
1890 ev_tstamp after = last_activity - ev_now (EV_A) + timeout;
1910 C<last_activity + timeout>, and subtracting the current time, C<ev_now
1932 last_activity = ev_now (EV_A);
1940 last_activity = ev_now (EV_A);
2030 growing difference between C<ev_now ()> and C<ev_time ()> when handling
2033 The relative timeouts are calculated relative to the C<ev_now ()>
2040 ev_timer_set (&timer, after + (ev_time () - ev_now ()), 0.);
2043 update of the time returned by C<ev_now ()> by calling C<ev_now_update
2060 C<ev_time ()> and C<ev_now ()>, at least if you want better precision than
2065 or C<ev_now> from when you started your timer and when your callback is
2221 seconds" (by specifying e.g. C<ev_now () + 10.>, that is, an absolute time
2402 fmod (ev_now (loop), 3600.), 3600., 0);
3066 adns_afterpoll (adns, fds, nfd, timeval_from (ev_now (loop));