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 701 t0 = poll_start_timer(1000, 1, tfunc0, "1 second"); in second() 707 poll_start_timer(3700, 0, second, "second"); in first() 709 t1 = poll_start_timer(250, 1, tfunc1, "1/4 second"); in first() 720 t0 = poll_start_timer(1000, 1, tfunc0, "1 second"); in main() 721 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 | 1863 if ((tp->id = poll_start_timer(ticks * 10, 0, tfunc, tp)) < 0) { in timer_start() 1910 if ((tp->id = poll_start_timer(repeat_ticks * 10, 1, trfunc, tp)) < 0) { in timer_start_repeat()
|