Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
286
void
287
tmr_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
finish
Function · 0.85
Calls
2
tmr_cancel
Function · 0.85
tmr_cleanup
Function · 0.85
Tested by
no test coverage detected