sync/atomic.Uint64.Store (method)
7 uses
sync/atomic (current package)
type.go#L172: func (x *Uint64) Store(val uint64) { StoreUint64(&x.v, val) }
sync
waitgroup.go#L81: wg.state.Store(0)
expvar
expvar.go#L110: v.f.Store(math.Float64bits(value))
go.uber.org/zap/zapcore
sampler.go#L71: c.counter.Store(1)
net/http
server.go#L1885: c.curState.Store(packedState)
os
exec.go#L120: p.state.Store(1) // 1 persistent reference
exec.go#L132: p.state.Store(uint64(statusDone)) // No persistent reference, as there is no handle.
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)