runtime/internal/atomic.UnsafePointer.Load (method)
15 uses
runtime/internal/atomic (current package)
types.go#L465: func (u *UnsafePointer) Load() unsafe.Pointer {
types.go#L526: return (*T)(p.u.Load())
runtime
mprof.go#L257: bh := (*buckhashArray)(buckhash.Load())
mprof.go#L261: bh = (*buckhashArray)(buckhash.Load())
mprof.go#L289: for b := (*bucket)(bh[i].Load()); b != nil; b = b.next {
mprof.go#L301: for b := (*bucket)(bh[i].Load()); b != nil; b = b.next {
mprof.go#L323: b.next = (*bucket)(bh[i].Load())
mprof.go#L324: b.allnext = (*bucket)(allnext.Load())
mprof.go#L385: head := (*bucket)(mbuckets.Load())
mprof.go#L661: head := (*bucket)(mbuckets.Load())
mprof.go#L729: head := (*bucket)(mbuckets.Load())
mprof.go#L754: head := (*bucket)(bbuckets.Load())
mprof.go#L798: head := (*bucket)(xbuckets.Load())
mspanset.go#L282: return spanSetSpinePointer{s.a.Load()}
mspanset.go#L398: return (*mspan)(p.p.Load())
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. |