func runtime/internal/atomic.Storeuintptr
8 uses
runtime/internal/atomic (current package)
stubs.go#L21: func Storeuintptr(ptr *uintptr, new uintptr)
runtime
lock_sema.go#L136: atomic.Storeuintptr(&n.key, 0)
mspanset.go#L130: atomic.Storeuintptr(&b.spineLen, spineLen+1)
mspanset.go#L269: atomic.Storeuintptr(&b.spineLen, 0)
proc.go#L528: atomic.Storeuintptr(&allglen, uintptr(len(allgs)))
proc.go#L2039: atomic.Storeuintptr(&extram, uintptr(unsafe.Pointer(mp)))
signal_unix.go#L195: atomic.Storeuintptr(&fwdSig[sig], getsig(sig))
signal_unix.go#L272: atomic.Storeuintptr(&fwdSig[_SIGPROF], getsig(_SIGPROF))
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |