sync/atomic.Uint32.Store (method)

3 uses

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

	sync
		once.go#L75: 		defer o.done.Store(1)

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