Searched refs:poll_start_timer (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/libbegemot/ |
H A D | rpoll.c | 363 poll_start_timer(u_int msecs, int repeat, timer_f func, void *arg) in poll_start_timer() function 699 t0 = poll_start_timer(1000, 1, tfunc0, "1 second"); in second() 705 poll_start_timer(3700, 0, second, "second"); in first() 707 t1 = poll_start_timer(250, 1, tfunc1, "1/4 second"); in first() 718 t0 = poll_start_timer(1000, 1, tfunc0, "1 second"); in main() 719 poll_start_timer(2500, 0, first, "first"); in main()
|
H A D | rpoll.h | 45 int poll_start_timer(u_int msecs, int repeat, timer_f func, void *arg);
|
/freebsd/lib/libbegemot/ |
H A D | Makefile | 21 rpoll.3 poll_start_timer.3 \
|
/freebsd/contrib/bsnmp/snmpd/ |
H A D | main.c | 1866 if ((tp->id = poll_start_timer(ticks * 10, 0, tfunc, tp)) < 0) { in timer_start() 1913 if ((tp->id = poll_start_timer(repeat_ticks * 10, 1, trfunc, tp)) < 0) { in timer_start_repeat()
|