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

/freebsd-10.2-release/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.c176 timer_f func; /* handler, 0 means disfunct */
374 poll_start_timer(u_int msecs, int repeat, timer_f func, void *arg)
381 poll_start_utimer(unsigned long long usecs, int repeat, timer_f func, void *arg)

Completed in 45 milliseconds