Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/time/
Dtick_test.go332 type tickerTimer struct { struct
333 *Ticker
334 stopped bool
337 func (t *tickerTimer) Stop() bool {
344 func (t *tickerTimer) Reset(d Duration) bool {