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

/freebsd-10.0-release/contrib/libbegemot/
H A Drpoll.h46 int poll_start_utimer(unsigned long long usecs, int repeat, timer_f func,
H A Drpoll.c376 return (poll_start_utimer((unsigned long long)msecs * 1000,
381 poll_start_utimer(unsigned long long usecs, int repeat, timer_f func, void *arg) function
413 fprintf(stderr, "poll_start_utimer(%llu, %d, %p, %p)->%tu",
708 poll_start_utimer(5500000, 0, first, "first");
732 t0 = poll_start_utimer(300, 1, tfunc2, NULL);

Completed in 79 milliseconds