sync/atomic.Uintptr.Store (method) one use sync/atomic (current package) type.go#L203: func (x *Uintptr) Store(val uintptr) { StoreUintptr(&x.v, val) }
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)