type runtime/internal/atomic.Uintptr
11 uses
runtime/internal/atomic (current package)
types.go#L265: type Uintptr struct {
types.go#L271: func (u *Uintptr) Load() uintptr {
types.go#L282: func (u *Uintptr) LoadAcquire() uintptr {
types.go#L287: func (u *Uintptr) Store(value uintptr) {
types.go#L298: func (u *Uintptr) StoreRelease(value uintptr) {
types.go#L306: func (u *Uintptr) CompareAndSwap(old, new uintptr) bool {
types.go#L312: func (u *Uintptr) Swap(value uintptr) uintptr {
types.go#L321: func (u *Uintptr) Add(delta uintptr) uintptr {
runtime
mheap.go#L132: reclaimCredit atomic.Uintptr
netpoll.go#L95: rg atomic.Uintptr // pdReady, pdWait, G waiting for read or nil
netpoll.go#L96: wg atomic.Uintptr // pdReady, pdWait, G waiting for write or nil
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)