type internal/runtime/atomic.Int32

24 uses

	internal/runtime/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 {

	internal/runtime/exithook
		hooks.go#L31: 	locked  atomic.Int32

	runtime
		mgcpacer.go#L94: 	gcPercent atomic.Int32
		proc.go#L5110: var pendingPreemptSignals atomic.Int32
		proc.go#L5577: 	hz atomic.Int32
		runtime1.go#L302: 	atomic *atomic.Int32 // for variables that can be changed during execution
		runtime1.go#L354: 	traceallocfree atomic.Int32
		runtime1.go#L356: 	panicnil atomic.Int32
		runtime1.go#L366: 	asynctimerchan atomic.Int32
		runtime2.go#L773: 	pollingNet atomic.Int32 // 1 if some P doing non-blocking network poll
		runtime2.go#L788: 	ngsys atomic.Int32 // number of system goroutines
		runtime2.go#L791: 	npidle       atomic.Int32
		runtime2.go#L792: 	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
		signal_unix.go#L608: var crashing atomic.Int32
		time.go#L117: 	isSending atomic.Int32
		time.go#L145: 	zombies atomic.Int32
		trace.go#L130: 	exitingSyscall atomic.Int32