Home
last modified time | relevance | path

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

/freebsd/contrib/libbegemot/
H A Drpoll.h40 typedef void (*timer_f)(int, void *); typedef
45 int poll_start_timer(u_int msecs, int repeat, timer_f func, void *arg);
46 int poll_start_utimer(unsigned long long usecs, int repeat, timer_f func,
H A Drpoll.c165 timer_f func; /* handler, 0 means disfunct */
363 poll_start_timer(u_int msecs, int repeat, timer_f func, void *arg) in poll_start_timer()
370 poll_start_utimer(unsigned long long usecs, int repeat, timer_f func, void *arg) in poll_start_utimer()