Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
239
void
240
tmr_destroy( void )
241
{
242
while ( timers != NULL )
243
tmr_cancel( timers );
244
tmr_cleanup();
245
}
Callers
1
main
Function · 0.85
Calls
2
tmr_cancel
Function · 0.85
tmr_cleanup
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…