Searched refs:timer_proc (Results 1 – 3 of 3) sorted by relevance
/external/iperf3/src/ |
D | timer.c | 123 struct iperf_time* nowP, TimerProc* timer_proc, TimerClientData client_data, in tmr_create() argument 140 t->timer_proc = timer_proc; in tmr_create() 191 (t->timer_proc)( t->client_data, &now ); in tmr_run()
|
D | t_timer.c | 45 timer_proc( TimerClientData client_data, struct iperf_time* nowP ) in timer_proc() function 57 tp = tmr_create(NULL, timer_proc, JunkClientData, 3000000, 0); in main()
|
D | timer.h | 58 TimerProc* timer_proc; member 70 struct iperf_time* nowP, TimerProc* timer_proc, TimerClientData client_data,
|