Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/sys/
D_callout.h46 typedef void (*timer_func)(unsigned long); typedef
50 timer_func func;
/third_party/libinput/src/
Dtimer.c39 void (*timer_func)(uint64_t now, void *timer_func_data), in libinput_timer_init()
44 timer->timer_func = timer_func; in libinput_timer_init()
147 timer->timer_func(now, timer->timer_func_data); in libinput_timer_handler()
Dtimer.h38 void (*timer_func)(uint64_t now, void *timer_func_data); member
45 void (*timer_func)(uint64_t now, void *timer_func_data),
/third_party/FreeBSD/sys/kern/
Dkern_timeout.c82 c->callout_data.func = (timer_func)func; in callout_reset()