type runtime/internal/atomic.Uint32
13 uses
runtime/internal/atomic (current package)
types.go#L130: type Uint32 struct {
types.go#L136: func (u *Uint32) Load() uint32 {
types.go#L147: func (u *Uint32) LoadAcquire() uint32 {
types.go#L152: func (u *Uint32) Store(value uint32) {
types.go#L163: func (u *Uint32) StoreRelease(value uint32) {
types.go#L171: func (u *Uint32) CompareAndSwap(old, new uint32) bool {
types.go#L184: func (u *Uint32) CompareAndSwapRelease(old, new uint32) bool {
types.go#L190: func (u *Uint32) Swap(value uint32) uint32 {
types.go#L199: func (u *Uint32) And(value uint32) {
types.go#L208: func (u *Uint32) Or(value uint32) {
types.go#L217: func (u *Uint32) Add(delta int32) uint32 {
runtime
mgcsweep.go#L139: state atomic.Uint32
netpoll.go#L91: atomicInfo atomic.Uint32 // atomic pollInfo
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)