MCPcopy Create free account
hub / github.com/apache/trafficserver / tmr_destroy

Function tmr_destroy

tools/http_load/timers.c:286–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284}
285
286void
287tmr_destroy(void)
288{
289 int h;
290
291 mstimeout_cache = -1;
292 for (h = 0; h < HASH_SIZE; ++h)
293 while (timers[h] != (Timer *)0)
294 tmr_cancel(timers[h]);
295 tmr_cleanup();
296}

Callers 1

finishFunction · 0.85

Calls 2

tmr_cancelFunction · 0.85
tmr_cleanupFunction · 0.85

Tested by

no test coverage detected