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

Function tmr_cleanup

src/timer.c:226–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224
225
226void
227tmr_cleanup( void )
228{
229 Timer* t;
230
231 while ( free_timers != NULL ) {
232 t = free_timers;
233 free_timers = t->next;
234 free( (void*) t );
235 }
236}
237
238
239void

Callers 1

tmr_destroyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…