Home
last modified time | relevance | path

Searched refs:stats_timer (Results 1 – 4 of 4) sorted by relevance

/iperf/src/
H A Diperf_server_api.c308 test->timer = test->stats_timer = test->reporter_timer = NULL; in create_server_timers()
318 test->stats_timer = test->reporter_timer = NULL; in create_server_timers()
320 …test->stats_timer = tmr_create(&now, server_stats_timer_proc, cd, test->stats_interval * SEC_TO_US… in create_server_timers()
321 if (test->stats_timer == NULL) { in create_server_timers()
348 if (test->stats_timer != NULL) in server_omit_timer_proc()
349 tmr_reset(nowP, test->stats_timer); in server_omit_timer_proc()
404 if (test->stats_timer != NULL) { in cleanup_server()
405 tmr_cancel(test->stats_timer); in cleanup_server()
406 test->stats_timer = NULL; in cleanup_server()
H A Diperf_client_api.c184 test->timer = test->stats_timer = test->reporter_timer = NULL; in create_client_timers()
194 …test->stats_timer = tmr_create(&now, client_stats_timer_proc, cd, test->stats_interval * SEC_TO_US… in create_client_timers()
195 if (test->stats_timer == NULL) { in create_client_timers()
222 if (test->stats_timer != NULL) in client_omit_timer_proc()
223 tmr_reset(nowP, test->stats_timer); in client_omit_timer_proc()
H A Diperf.h348 Timer *stats_timer; member
H A Diperf_api.c2942 if (test->stats_timer != NULL) in iperf_free_test()
2943 tmr_cancel(test->stats_timer); in iperf_free_test()
3026 if (test->stats_timer != NULL) { in iperf_reset_test()
3027 tmr_cancel(test->stats_timer); in iperf_reset_test()
3028 test->stats_timer = NULL; in iperf_reset_test()