Searched refs:timers (Results 1 – 6 of 6) sorted by relevance
| /libev/ |
| H A D | ev.c | 3163 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 D | ev_wrap.h | 93 #define timers ((loop)->timers) macro 192 #undef timers
|
| H A D | ev.pod | 115 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 D | ev_vars.h | 132 VARx(ANHE *, timers)
|
| H A D | README | 24 - relative timers/timeouts (handle time jumps).
|
| H A D | Changes | 169 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
|