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#L160: var n = int64(atomic.Load64(&ncgocall))
lfstack.go#L28: old := atomic.Load64((*uint64)(head))
lfstack.go#L38: old := atomic.Load64((*uint64)(head))
lfstack.go#L43: next := atomic.Load64(&node.next)
lfstack.go#L51: return atomic.Load64((*uint64)(head)) == 0
lock_spinbit.go#L330: if rate := int64(atomic.Load64(&mutexprofilerate)); rate <= 0 {
mgc.go#L628: lastgc := int64(atomic.Load64(&memstats.last_gc_nanotime))
mprof.go#L511: rate := int64(atomic.Load64(&blockprofilerate))
mprof.go#L781: rate := int64(atomic.Load64(&mutexprofilerate))
mprof.go#L842: rate := int64(atomic.Load64(&mutexprofilerate))
mstats.go#L651: return atomic.Load64((*uint64)(s))
os_linux.go#L836: for atomic.Load64(&mp.procid) == 0 {
os_linux.go#L847: if atomic.Load64(&mp.procid) == tid {
profbuf.go#L117: return profIndex(atomic.Load64((*uint64)(x)))
runtime1.go#L122: if atomic.Load64(&test_z64) != 1 {
runtime1.go#L126: if atomic.Load64(&test_z64) != (1<<40)+1 {
runtime1.go#L132: if atomic.Load64(&test_z64) != (2<<40)+2 {
runtime1.go#L138: if atomic.Load64(&test_z64) != (3<<40)+3 {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)