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

Function tmr_destroy

src/timer.c:239–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237
238
239void
240tmr_destroy( void )
241{
242 while ( timers != NULL )
243 tmr_cancel( timers );
244 tmr_cleanup();
245}

Callers 1

mainFunction · 0.85

Calls 2

tmr_cancelFunction · 0.85
tmr_cleanupFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…