Lines Matching refs:ANHE_w

1800   #define ANHE_w(he)        (he).w     /* access watcher, read-write */  macro
1807 #define ANHE_w(he) (he) 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()
3111 assert (("libev: heap at cache mismatch", ANHE_at (heap [i]) == ev_at (ANHE_w (heap [i])))); in verify_heap()
3113 verify_watcher (EV_A_ (W)ANHE_w (heap [i])); in verify_heap()
3329 ev_timer *w = (ev_timer *)ANHE_w (timers [HEAP0]); in timers_reify()
3393 ev_periodic *w = (ev_periodic *)ANHE_w (periodics [HEAP0]); in periodics_reify()
3435 ev_periodic *w = (ev_periodic *)ANHE_w (periodics [i]); in periodics_reschedule()
3458 ANHE_w (*he)->at += adjust; in timers_reschedule()
3888 ANHE_w (timers [ev_active (w)]) = (WT)w; in ev_timer_start()
3909 assert (("libev: internal timer heap corruption", ANHE_w (timers [active]) == (WT)w)); in ev_timer_stop()
3982 ANHE_w (periodics [ev_active (w)]) = (WT)w; in ev_periodic_start()
4003 assert (("libev: internal periodic heap corruption", ANHE_w (periodics [active]) == (WT)w)); in ev_periodic_stop()
5017 if (ev_cb ((ev_timer *)ANHE_w (timers [i])) == stat_timer_cb) in ev_walk()
5020 cb (EV_A_ EV_STAT, ((char *)ANHE_w (timers [i])) - offsetof (struct ev_stat, timer)); in ev_walk()
5025 cb (EV_A_ EV_TIMER, ANHE_w (timers [i])); in ev_walk()
5030 cb (EV_A_ EV_PERIODIC, ANHE_w (periodics [i])); in ev_walk()