Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ tmr_cleanup
Function
tmr_cleanup
tools/http_load/timers.c:273–284 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
271
}
272
273
void
274
tmr_cleanup(void)
275
{
276
Timer *t;
277
278
mstimeout_cache = -1;
279
while (free_timers != (Timer *)0) {
280
t = free_timers;
281
free_timers = t->next;
282
free((void *)t);
283
}
284
}
285
286
void
287
tmr_destroy(void)
Callers
1
tmr_destroy
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected