Home
last modified time | relevance | path

Searched refs:timer_proc (Results 1 – 3 of 3) sorted by relevance

/external/iperf3/src/
Dtimer.c123 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()
Dt_timer.c45 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()
Dtimer.h58 TimerProc* timer_proc; member
70 struct iperf_time* nowP, TimerProc* timer_proc, TimerClientData client_data,