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

6 uses

	runtime/internal/atomic (current package)
		types.go#L27: func (i *Int32) Store(value int32) {

	runtime
		mgcpacer.go#L1253: 	c.gcPercent.Store(in)
		proc.go#L5035: 		prof.hz.Store(hz)
		runtime1.go#L397: 				v.atomic.Store(v.def)
		runtime1.go#L425: 			v.atomic.Store(0)
		runtime1.go#L489: 							v.atomic.Store(n)