type runtime/internal/atomic.Int32

16 uses

	runtime/internal/atomic (current package)
		types.go#L12: type Int32 struct {
		types.go#L20: func (i *Int32) Load() int32 {
		types.go#L27: func (i *Int32) Store(value int32) {
		types.go#L36: func (i *Int32) CompareAndSwap(old, new int32) bool {
		types.go#L44: func (i *Int32) Swap(new int32) int32 {
		types.go#L55: func (i *Int32) Add(delta int32) int32 {

	runtime
		mgcpacer.go#L92: 	gcPercent atomic.Int32
		proc.go#L4432: var pendingPreemptSignals atomic.Int32
		proc.go#L4882: 	hz atomic.Int32
		runtime1.go#L301: 	atomic *atomic.Int32 // for variables that can be changed during execution
		runtime1.go#L338: 	panicnil atomic.Int32
		runtime2.go#L792: 	ngsys atomic.Int32 // number of system goroutines
		runtime2.go#L795: 	npidle       atomic.Int32
		runtime2.go#L796: 	nmspinning   atomic.Int32  // See "Worker thread parking/unparking" comment in proc.go.
		rwmutex.go#L26: 	readerCount atomic.Int32 // number of pending readers
		rwmutex.go#L27: 	readerWait  atomic.Int32 // number of departing readers