HomeSort by relevance Sort by last modified time
    Searched refs:timer_proc (Results 1 - 3 of 3) sorted by null

  /external/iperf3/src/
t_timer.c 45 timer_proc( TimerClientData client_data, struct iperf_time* nowP ) function
57 tp = tmr_create(NULL, timer_proc, JunkClientData, 3000000, 0);
timer.h 58 TimerProc* timer_proc; member in struct:TimerStruct
70 struct iperf_time* nowP, TimerProc* timer_proc, TimerClientData client_data,
timer.c 123 struct iperf_time* nowP, TimerProc* timer_proc, TimerClientData client_data,
140 t->timer_proc = timer_proc;
191 (t->timer_proc)( t->client_data, &now );

Completed in 70 milliseconds