Home
last modified time | relevance | path

Searched defs:timeTimer (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dtime.go330 type timeTimer struct { struct
331 c unsafe.Pointer // <-chan time.Time
332 init bool
333 timer
364 func stopTimer(t *timeTimer) bool {
373 func resetTimer(t *timeTimer, when, period int64) bool {