Home
last modified time | relevance | path

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

/iperf/src/
H A Dtimer.c61 list_add( Timer* t ) in list_add()
63 Timer* t2; in list_add()
64 Timer* t2prev; in list_add()
100 list_remove( Timer* t ) in list_remove()
121 Timer*
127 Timer* t; in tmr_create()
135 t = (Timer*) malloc( sizeof(Timer) ); in tmr_create()
180 Timer* t; in tmr_run()
181 Timer* next; in tmr_run()
215 tmr_cancel( Timer* t ) in tmr_cancel()
[all …]
H A Dtimer.h68 } Timer; typedef
71 extern Timer* tmr_create(
87 extern void tmr_reset( struct iperf_time* nowP, Timer* timer );
92 extern void tmr_cancel( Timer* timer );
H A Diperf.h193 Timer *send_timer;
345 Timer *omit_timer;
346 Timer *timer;
348 Timer *stats_timer;
349 Timer *reporter_timer;
H A Dt_timer.c54 Timer *tp; in main()