func runtime/internal/atomic.Load64

18 uses

	runtime/internal/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#L585: 		lastgc := int64(atomic.Load64(&memstats.last_gc_nanotime))
		mprof.go#L485: 	rate := int64(atomic.Load64(&blockprofilerate))
		mprof.go#L555: 	rate := int64(atomic.Load64(&mutexprofilerate))
		mstats.go#L641: 	return atomic.Load64((*uint64)(s))
		os_linux.go#L841: 		for atomic.Load64(&mp.procid) == 0 {
		os_linux.go#L852: 		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 {