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

Function newTimerList

timer/timer.go:42–49  ·  view source on GitHub ↗
(p *timerPool)

Source from the content-addressed store, hash-verified

40}
41
42func newTimerList(p *timerPool) *timerList {
43 timerlist := &timerList{
44 head: nil,
45 tail: nil,
46 pool: p,
47 }
48 return timerlist
49}
50
51func (this *timerList) add_timer(timer *xtimer) {
52 timer.next = nil

Callers 1

newTimerWheelFunction · 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…