Searched refs:timer (Results 1 – 10 of 10) sorted by relevance
| /iperf/src/ |
| H A D | iperf_server_api.c | 258 test->timer = NULL; in server_timer_proc() 308 test->timer = test->stats_timer = test->reporter_timer = NULL; in create_server_timers() 311 …test->timer = tmr_create(&now, server_timer_proc, cd, (test->duration + test->omit + grace_period)… in create_server_timers() 312 if (test->timer == NULL) { in create_server_timers() 420 if (test->timer != NULL) { in cleanup_server() 421 tmr_cancel(test->timer); in cleanup_server() 422 test->timer = NULL; in cleanup_server()
|
| H A D | Makefile.in | 153 timer.lo units.lo 171 portable_endian.h queue.h tcp_info.c timer.c timer.h units.c \ 259 ./$(DEPDIR)/iperf3_profile-timer.Po \ 667 timer.c \ 668 timer.h \ 1201 iperf3_profile-timer.o: timer.c 1203 …epCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-timer.Tpo $(DEPDIR)/iperf3_profile-timer.Po 1208 iperf3_profile-timer.obj: timer.c 1210 …epCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/iperf3_profile-timer.Tpo $(DEPDIR)/iperf3_profile-timer.Po 1776 -rm -f ./$(DEPDIR)/timer.Plo [all …]
|
| H A D | timer.h | 87 extern void tmr_reset( struct iperf_time* nowP, Timer* timer ); 92 extern void tmr_cancel( Timer* timer );
|
| H A D | Makefile.am | 42 timer.c \ 43 timer.h \
|
| H A D | iperf_client_api.c | 141 test->timer = NULL; in test_timer_proc() 184 test->timer = test->stats_timer = test->reporter_timer = NULL; in create_client_timers() 187 …test->timer = tmr_create(&now, test_timer_proc, cd, ( test->duration + test->omit ) * SEC_TO_US, 0… in create_client_timers() 188 if (test->timer == NULL) { in create_client_timers()
|
| H A D | iperf.h | 346 Timer *timer; member
|
| H A D | iperf_api.c | 2940 if (test->timer != NULL) in iperf_free_test() 2941 tmr_cancel(test->timer); in iperf_free_test() 3022 if (test->timer != NULL) { in iperf_reset_test() 3023 tmr_cancel(test->timer); in iperf_reset_test() 3024 test->timer = NULL; in iperf_reset_test()
|
| /iperf/docs/ |
| H A D | invoking.rst | 286 --pacing-timer n[KMGT] 287 set pacing timer interval in microseconds (default 1000 289 timer for the -b/--bitrate option. The timer fires at the 291 timer parameter smooth out the traffic emitted by iperf3, but 293 timer processing.
|
| H A D | 2017-04-27.txt | 87 (#517), a more fine-grained pacing timer (#460), and some portability
|
| /iperf/ |
| H A D | RELNOTES.md | 359 the --pacing-timer option (#563). 897 * Improved interval timer granularity
|