Lines Matching refs:ev_active

1550 #define ev_active(w) ((W)(w))->active  macro
2274 ev_active (ANHE_w (*minpos)) = k; in downheap()
2280 ev_active (ANHE_w (he)) = k; in downheap()
2309 ev_active (ANHE_w (heap [k])) = k; in downheap()
2315 ev_active (ANHE_w (he)) = k; in downheap()
2333 ev_active (ANHE_w (heap [k])) = k; in upheap()
2338 ev_active (ANHE_w (he)) = k; in upheap()
3109 assert (("libev: active index mismatch in heap", ev_active (ANHE_w (heap [i])) == i)); in verify_heap()
3122 assert (("libev: active index mismatch", ev_active (ws [cnt]) == cnt + 1)); in array_verify()
3157 assert (("libev: inactive fd watcher on anfd list", ev_active (w) == 1)); in ev_verify()
3887 array_needsize (ANHE, timers, timermax, ev_active (w) + 1, EMPTY2); in ev_timer_start()
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()
3907 int active = ev_active (w); in ev_timer_stop()
3939 ANHE_at_cache (timers [ev_active (w)]); in ev_timer_again()
3940 adjustheap (timers, timercnt, ev_active (w)); in ev_timer_again()
3981 array_needsize (ANHE, periodics, periodicmax, ev_active (w) + 1, EMPTY2); in ev_periodic_start()
3982 ANHE_w (periodics [ev_active (w)]) = (WT)w; in ev_periodic_start()
3983 ANHE_at_cache (periodics [ev_active (w)]); in ev_periodic_start()
3984 upheap (periodics, ev_active (w)); in ev_periodic_start()
4001 int active = ev_active (w); in ev_periodic_stop()
4584 int active = ev_active (w); in ev_idle_stop()
4587 ev_active (idles [ABSPRI (w)][active - 1]) = active; in ev_idle_stop()
4623 int active = ev_active (w); in ev_prepare_stop()
4626 ev_active (prepares [active - 1]) = active; in ev_prepare_stop()
4661 int active = ev_active (w); in ev_check_stop()
4664 ev_active (checks [active - 1]) = active; in ev_check_stop()
4808 int active = ev_active (w); in ev_fork_stop()
4811 ev_active (forks [active - 1]) = active; in ev_fork_stop()
4849 int active = ev_active (w); in ev_cleanup_stop()
4852 ev_active (cleanups [active - 1]) = active; in ev_cleanup_stop()
4891 int active = ev_active (w); in ev_async_stop()
4894 ev_active (asyncs [active - 1]) = active; in ev_async_stop()