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())