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#L77: 		defer o.done.Store(1)

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