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

Function list_resort

src/timer.c:111–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109
110
111static void
112list_resort( Timer* t )
113{
114 /* Remove the timer from the list. */
115 list_remove( t );
116 /* And add it back in, sorted correctly. */
117 list_add( t );
118}
119
120
121Timer*

Callers 2

tmr_runFunction · 0.85
tmr_resetFunction · 0.85

Calls 2

list_removeFunction · 0.85
list_addFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…