sync/atomic.Int32.Store (method)

2 uses

	sync/atomic (current package)
		type.go#L77: func (x *Int32) Store(val int32) { StoreInt32(&x.v, val) }

	log
		log.go#L329: 	l.flag.Store(int32(flag))