sync/atomic.Uint32.Store (method)

3 uses

	sync/atomic (current package)
		type.go#L150: func (x *Uint32) Store(val uint32) { StoreUint32(&x.v, val) }

	internal/sync
		hashtriemap.go#L55: 	ht.inited.Store(1)

	os
		exec.go#L149: 	p.state.Store(uint32(statusDone)) // No persistent reference, as there is no handle.