Searched refs:timer_f (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/libbegemot/ |
H A D | rpoll.h | 40 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 D | rpoll.c | 165 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()
|