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

10 uses

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

	internal/runtime/exithook
		hooks.go#L48: 	locked.Store(0)
		hooks.go#L63: 	defer locked.Store(0)

	runtime
		mgcpacer.go#L1287: 	c.gcPercent.Store(in)
		proc.go#L3485: 		sched.pollingNet.Store(0)
		proc.go#L5733: 		prof.hz.Store(hz)
		runtime1.go#L430: 				v.atomic.Store(v.def)
		runtime1.go#L481: 			v.atomic.Store(0)
		runtime1.go#L545: 							v.atomic.Store(n)
		time.go#L845: 		src.zombies.Store(0)