Searched refs:poll_start_timer (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/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-13.1/lib/libbegemot/ |
| H A D | Makefile | 23 rpoll.3 poll_start_timer.3 \
|
| /freebsd-13.1/contrib/ngatm/sscop/ |
| H A D | common.c | 429 if ((t->id = poll_start_timer(msec, 0, tfunc, t)) == -1) in sscop_start_timer()
|
| /freebsd-13.1/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()
|