type runtime/internal/atomic.Uintptr
19 uses
runtime/internal/atomic (current package)
types.go#L350: type Uintptr struct {
types.go#L358: func (u *Uintptr) Load() uintptr {
types.go#L371: func (u *Uintptr) LoadAcquire() uintptr {
types.go#L378: func (u *Uintptr) Store(value uintptr) {
types.go#L391: func (u *Uintptr) StoreRelease(value uintptr) {
types.go#L400: func (u *Uintptr) CompareAndSwap(old, new uintptr) bool {
types.go#L408: func (u *Uintptr) Swap(value uintptr) uintptr {
types.go#L419: func (u *Uintptr) Add(delta uintptr) uintptr {
runtime
mgcscavenge.go#L1018: min, max atomic.Uintptr
mgcscavenge.go#L1019: minHeapIdx atomic.Uintptr
mheap.go#L103: pagesInUse atomic.Uintptr // pages of spans in stats mSpanInUse
mheap.go#L123: reclaimCredit atomic.Uintptr
mpagealloc.go#L276: releasedBg atomic.Uintptr
mpagealloc.go#L280: releasedEager atomic.Uintptr
mspanset.go#L37: spineLen atomic.Uintptr // Spine array length
netpoll.go#L77: fdseq atomic.Uintptr // protects against stale pollDesc
netpoll.go#L98: rg atomic.Uintptr // pdReady, pdWait, G waiting for read or pdNil
netpoll.go#L99: wg atomic.Uintptr // pdReady, pdWait, G waiting for write or pdNil
proc.go#L2254: extraM atomic.Uintptr
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |