MCPcopy Create free account
hub / github.com/Cyinx/einx / newTimerPool

Function newTimerPool

timer/timer_pool.go:7–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5}
6
7func newTimerPool() *timerPool {
8 t := &timerPool{
9 p: make([]*xtimer, 0, 4096),
10 }
11 return t
12}
13
14func (t *timerPool) Get() *xtimer {
15 var x *xtimer = nil

Callers 1

NewTimerManagerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…