func internal/runtime/atomic.Loaduintptr
31 uses
internal/runtime/atomic (current package)
stubs.go#L36: func Loaduintptr(ptr *uintptr) uintptr
types.go#L359: return Loaduintptr(&u.value)
runtime
debuglog.go#L86: all := (*dloggerImpl)(unsafe.Pointer(atomic.Loaduintptr(allp)))
debuglog.go#L109: head := atomic.Loaduintptr(headp)
debuglog.go#L795: all := (*dloggerImpl)(unsafe.Pointer(atomic.Loaduintptr(allp)))
lock_spinbit.go#L148: return atomic.Loaduintptr(&l.key)&^mutexMMask != 0
lock_spinbit.go#L183: v := atomic.Loaduintptr(&l.key)
lock_spinbit.go#L205: v = atomic.Loaduintptr(&l.key)
lock_spinbit.go#L217: v = atomic.Loaduintptr(&l.key)
lock_spinbit.go#L221: v = atomic.Loaduintptr(&l.key)
lock_spinbit.go#L256: v = atomic.Loaduintptr(&l.key)
lock_spinbit.go#L280: v := atomic.Loaduintptr(&l.key)
lock_spinbit.go#L306: v = atomic.Loaduintptr(&l.key)
lock_spinbit.go#L346: v := atomic.Loaduintptr(&l.key)
lock_spinbit.go#L386: v = atomic.Loaduintptr(&l.key)
lock_spinbit.go#L466: v = atomic.Loaduintptr(&l.key)
malloc.go#L2412: chunk := atomic.Loaduintptr((*uintptr)(unsafe.Pointer(&persistentChunks)))
metrics.go#L837: next := atomic.Loaduintptr((*uintptr)(&p.runnext))
mgcmark_greenteagc.go#L955: scans := atomic.Loaduintptr(&imbScans[i/goarch.PtrSize])
mheap.go#L1077: zeroedBase := atomic.Loaduintptr(&ha.zeroedBase)
mheap.go#L1107: zeroedBase = atomic.Loaduintptr(&ha.zeroedBase)
mheap.go#L2905: if b == nil || atomic.Loaduintptr(&b.free)+bytes > uintptr(len(b.bits)) {
proc.go#L718: length := atomic.Loaduintptr(&allglen)
proc.go#L5700: n := int32(atomic.Loaduintptr(&allglen)) - sched.gFree.stack.size - sched.gFree.noStack.size
proc.go#L7455: runnext := atomic.Loaduintptr((*uintptr)(unsafe.Pointer(&pp.runnext)))
signal_unix.go#L161: if atomic.Loaduintptr(&fwdSig[sig]) == _SIG_IGN {
signal_unix.go#L236: setsig(sig, atomic.Loaduintptr(&fwdSig[sig]))
signal_unix.go#L320: h := atomic.Loaduintptr(&fwdSig[_SIGPROF])
signal_unix.go#L1010: handler = atomic.Loaduintptr(&fwdSig[sig])
signal_unix.go#L1172: fwdFn := atomic.Loaduintptr(&fwdSig[sig])
stack.go#L1079: stackguard0 := atomic.Loaduintptr(&gp.stackguard0)
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |