Home
last modified time | relevance | path

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

/src/crypto/krb5/src/util/verto/
H A Dev.c4209 static void noinline stat_timer_cb (EV_P_ ev_timer *w_, int revents);
4332 stat_timer_cb (EV_A_ &w->timer, 0); in infy_wd()
4462 stat_timer_cb (EV_P_ ev_timer *w_, int revents) in stat_timer_cb() function
4512 ev_timer_init (&w->timer, stat_timer_cb, 0., w->interval ? w->interval : DEF_STAT_INTERVAL); in ev_stat_start()
5024 if (ev_cb ((ev_timer *)ANHE_w (timers [i])) == stat_timer_cb) in ev_walk()