runtime/internal/atomic.Uint32.Store (method)

3 uses

	runtime/internal/atomic (current package)
		types.go#L152: func (u *Uint32) Store(value uint32) {

	runtime
		mgc.go#L157: 	sweep.active.state.Store(sweepDrainedMask)
		mgcsweep.go#L222: 	a.state.Store(0)