MCPcopy Create free account
hub / github.com/esnet/iperf / tmr_reset

Function tmr_reset

src/timer.c:202–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200
201
202void
203tmr_reset( struct iperf_time* nowP, Timer* t )
204{
205 struct iperf_time now;
206
207 getnow( nowP, &now );
208 t->time = now;
209 iperf_time_add_usecs( &t->time, t->usecs );
210 list_resort( t );
211}
212
213
214void

Callers 2

client_omit_timer_procFunction · 0.85
server_omit_timer_procFunction · 0.85

Calls 3

getnowFunction · 0.85
iperf_time_add_usecsFunction · 0.85
list_resortFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…