Home
last modified time | relevance | path

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

/external/iperf3/src/
Diperf_server_api.c282 test->timer = test->stats_timer = test->reporter_timer = NULL; in create_server_timers()
292 test->stats_timer = test->reporter_timer = NULL; in create_server_timers()
294 …test->stats_timer = tmr_create(&now, server_stats_timer_proc, cd, test->stats_interval * SEC_TO_US… in create_server_timers()
295 if (test->stats_timer == NULL) { in create_server_timers()
322 if (test->stats_timer != NULL) in server_omit_timer_proc()
323 tmr_reset(nowP, test->stats_timer); in server_omit_timer_proc()
375 if (test->stats_timer != NULL) { in cleanup_server()
376 tmr_cancel(test->stats_timer); in cleanup_server()
377 test->stats_timer = NULL; in cleanup_server()
Diperf_client_api.c161 test->timer = test->stats_timer = test->reporter_timer = NULL; in create_client_timers()
171 …test->stats_timer = tmr_create(&now, client_stats_timer_proc, cd, test->stats_interval * SEC_TO_US… in create_client_timers()
172 if (test->stats_timer == NULL) { in create_client_timers()
199 if (test->stats_timer != NULL) in client_omit_timer_proc()
200 tmr_reset(nowP, test->stats_timer); in client_omit_timer_proc()
Diperf.h324 Timer *stats_timer; member
Diperf_api.c2653 if (test->stats_timer != NULL) in iperf_free_test()
2654 tmr_cancel(test->stats_timer); in iperf_free_test()
2737 if (test->stats_timer != NULL) { in iperf_reset_test()
2738 tmr_cancel(test->stats_timer); in iperf_reset_test()
2739 test->stats_timer = NULL; in iperf_reset_test()