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#L92: 	gcPercent atomic.Int32
		proc.go#L4930: var pendingPreemptSignals atomic.Int32
		proc.go#L5393: 	hz atomic.Int32
		runtime1.go#L301: 	atomic *atomic.Int32 // for variables that can be changed during execution
		runtime1.go#L322: 	runtimeContentionStacks  atomic.Int32
		runtime1.go#L349: 	traceallocfree atomic.Int32
		runtime1.go#L351: 	panicnil atomic.Int32
		runtime1.go#L361: 	asynctimerchan atomic.Int32
		runtime2.go#L794: 	ngsys atomic.Int32 // number of system goroutines
		runtime2.go#L797: 	npidle       atomic.Int32
		runtime2.go#L798: 	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#L600: var crashing atomic.Int32
		time.go#L85: 	isSending atomic.Int32
		time.go#L113: 	zombies atomic.Int32
		trace.go#L128: 	exitingSyscall atomic.Int32