Home
last modified time | relevance | path

Searched refs:timers (Results 1 – 6 of 6) sorted by relevance

/libev/
H A Dev.c3163 verify_heap (EV_A_ timers, timercnt); in ev_verify()
3342 ANHE_at_cache (timers [HEAP0]); in timers_reify()
3343 downheap (timers, timercnt, HEAP0); in timers_reify()
3457 ANHE *he = timers + i + HEAP0; in timers_reschedule()
3888 ANHE_w (timers [ev_active (w)]) = (WT)w; in ev_timer_start()
3889 ANHE_at_cache (timers [ev_active (w)]); in ev_timer_start()
3890 upheap (timers, ev_active (w)); in ev_timer_start()
3915 timers [active] = timers [timercnt + HEAP0]; in ev_timer_stop()
3916 adjustheap (timers, timercnt, active); in ev_timer_stop()
3939 ANHE_at_cache (timers [ev_active (w)]); in ev_timer_again()
[all …]
H A Dev_wrap.h93 #define timers ((loop)->timers) macro
192 #undef timers
H A Dev.pod115 timers (C<ev_timer>), absolute timers with customised rescheduling
875 - Queue all expired timers.
926 excellent way to do this for generic recurring timers or from within
930 (e.g. non-repeating timers) in which case you have to C<ev_ref>
1307 non-repeating timers are being stopped when they become pending - but
1495 other jobs, but since timers normally get invoked first, the timeout
1794 early", below). If multiple timers become ready during the same loop
1970 starting, stopping and updating the timers, at the expense of a major
2325 This can be used to create very complex timers, such as a timer that
4773 only some watcher types other than I/O and timers (e.g. prepare,
[all …]
H A Dev_vars.h132 VARx(ANHE *, timers)
H A DREADME24 - relative timers/timeouts (handle time jumps).
H A DChanges169 didn't when idle watchers were active, causing timers not to fire.
283 - multiple timers becoming ready within an event loop iteration
510 - fix some aliasing issues w.r.t. timers and periodics