func runtime/internal/atomic.Storeuintptr
9 uses
runtime/internal/atomic (current package)
stubs.go#L33: func Storeuintptr(ptr *uintptr, new uintptr)
types.go#L288: Storeuintptr(&u.value, value)
runtime
mgcscavenge.go#L534: atomic.Storeuintptr(&p.scav.released, 0)
mspanset.go#L130: atomic.Storeuintptr(&b.spineLen, spineLen+1)
mspanset.go#L269: atomic.Storeuintptr(&b.spineLen, 0)
proc.go#L541: atomic.Storeuintptr(&allglen, uintptr(len(allgs)))
proc.go#L2035: atomic.Storeuintptr(&extram, uintptr(unsafe.Pointer(mp)))
signal_unix.go#L204: atomic.Storeuintptr(&fwdSig[sig], getsig(sig))
signal_unix.go#L298: atomic.Storeuintptr(&fwdSig[_SIGPROF], h)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)