sync/atomic.Uint32.Store (method)

2 uses

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

	crypto/rand
		rand_unix.go#L68: 			r.used.Store(2)