Searched refs:poll_start_utimer (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/libbegemot/ |
H A D | rpoll.h | 46 int poll_start_utimer(unsigned long long usecs, int repeat, timer_f func,
|
H A D | rpoll.c | 365 return (poll_start_utimer((unsigned long long)msecs * 1000, in poll_start_timer() 370 poll_start_utimer(unsigned long long usecs, int repeat, timer_f func, void *arg) in poll_start_utimer() function 697 poll_start_utimer(5500000, 0, first, "first"); in second() 721 t0 = poll_start_utimer(300, 1, tfunc2, NULL); in main()
|