type internal/runtime/atomic.Int32
26 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#L5247: var pendingPreemptSignals atomic.Int32
proc.go#L5733: hz atomic.Int32
runtime1.go#L298: atomic *atomic.Int32 // for variables that can be changed during execution
runtime1.go#L350: traceallocfree atomic.Int32
runtime1.go#L352: panicnil atomic.Int32
runtime1.go#L362: asynctimerchan atomic.Int32
runtime1.go#L366: tracebacklabels atomic.Int32
runtime2.go#L934: pollingNet atomic.Int32 // 1 if some P doing non-blocking network poll
runtime2.go#L949: ngsys atomic.Int32 // number of system goroutines
runtime2.go#L950: nGsyscallNoP atomic.Int32 // number of goroutines in syscalls without a P but whose M is not isExtraInC
runtime2.go#L953: npidle atomic.Int32
runtime2.go#L954: 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#L614: var crashing atomic.Int32
time.go#L117: isSending atomic.Int32
time.go#L145: zombies atomic.Int32
trace.go#L292: exitingSyscall atomic.Int32
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |