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#L4993: var pendingPreemptSignals atomic.Int32
proc.go#L5457: 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#L350: traceallocfree atomic.Int32
runtime1.go#L352: panicnil atomic.Int32
runtime1.go#L362: asynctimerchan atomic.Int32
runtime2.go#L776: ngsys atomic.Int32 // number of system goroutines
runtime2.go#L779: npidle atomic.Int32
runtime2.go#L780: 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#L105: isSending atomic.Int32
time.go#L133: zombies atomic.Int32
trace.go#L128: exitingSyscall atomic.Int32
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)