Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Druntime.go20 type ticksType struct { struct
22 lock mutex
23 startTicks int64
24 startTime int64
25 val atomic.Int64
31 func (t *ticksType) init() {