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

Function tmr_init

tools/http_load/timers.c:116–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116void
117tmr_init(void)
118{
119 int h;
120
121 mstimeout_cache = -1;
122 for (h = 0; h < HASH_SIZE; ++h)
123 timers[h] = (Timer *)0;
124}
125
126Timer *
127tmr_create(struct timeval *nowP, TimerProc *timer_proc, ClientData client_data, long msecs, int periodic)

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected