MCPcopy 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
273void
274tmr_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
286void
287tmr_destroy(void)

Callers 1

tmr_destroyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected