func internal/runtime/atomic.Load64
20 uses
internal/runtime/atomic (current package)
atomic_amd64.go#L29: func Load64(ptr *uint64) uint64 {
types.go#L309: return Load64(&u.value)
runtime
debug.go#L48: var n = int64(atomic.Load64(&ncgocall))
lfstack.go#L32: old := atomic.Load64((*uint64)(head))
lfstack.go#L42: old := atomic.Load64((*uint64)(head))
lfstack.go#L47: next := atomic.Load64(&node.next)
lfstack.go#L55: return atomic.Load64((*uint64)(head)) == 0
mgc.go#L614: lastgc := int64(atomic.Load64(&memstats.last_gc_nanotime))
mprof.go#L511: rate := int64(atomic.Load64(&blockprofilerate))
mprof.go#L686: rate := int64(atomic.Load64(&mutexprofilerate))
mprof.go#L839: rate := int64(atomic.Load64(&mutexprofilerate))
mprof.go#L900: rate := int64(atomic.Load64(&mutexprofilerate))
mstats.go#L649: return atomic.Load64((*uint64)(s))
os_linux.go#L816: for atomic.Load64(&mp.procid) == 0 {
os_linux.go#L827: if atomic.Load64(&mp.procid) == tid {
profbuf.go#L117: return profIndex(atomic.Load64((*uint64)(x)))
runtime1.go#L121: if atomic.Load64(&test_z64) != 1 {
runtime1.go#L125: if atomic.Load64(&test_z64) != (1<<40)+1 {
runtime1.go#L131: if atomic.Load64(&test_z64) != (2<<40)+2 {
runtime1.go#L137: if atomic.Load64(&test_z64) != (3<<40)+3 {
![]() |
The pages are generated with Golds v0.7.6. (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. |