Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dprofbuf.go109 type profIndex uint64 type
120 func (x *profAtomic) store(new profIndex) {
124 func (x *profAtomic) cas(old, new profIndex) bool {