type runtime/internal/atomic.Int32
7 uses
runtime/internal/atomic (current package)
types.go#L12: type Int32 struct {
types.go#L18: func (i *Int32) Load() int32 {
types.go#L23: func (i *Int32) Store(value int32) {
types.go#L31: func (i *Int32) CompareAndSwap(old, new int32) bool {
types.go#L37: func (i *Int32) Swap(new int32) int32 {
types.go#L46: func (i *Int32) Add(delta int32) int32 {
runtime
mgcpacer.go#L89: gcPercent atomic.Int32
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)