Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dmprof.go1339 type goroutineProfileState uint32 type
1353 func (p *goroutineProfileStateHolder) Store(value goroutineProfileState) {
1357 func (p *goroutineProfileStateHolder) CompareAndSwap(old, new goroutineProfileState) bool {