func internal/runtime/atomic.Store64
8 uses
internal/runtime/atomic (current package)
atomic_amd64.go#L120: func Store64(ptr *uint64, val uint64)
types.go#L316: Store64(&u.value, value)
runtime
mgc.go#L1091: atomic.Store64(&memstats.last_gc_unix, uint64(unixNow)) // must be Unix time to make sense to user
mgc.go#L1092: atomic.Store64(&memstats.last_gc_nanotime, uint64(now)) // monotonic time for us
mprof.go#L503: atomic.Store64(&blockprofilerate, uint64(r))
mprof.go#L891: atomic.Store64(&mutexprofilerate, uint64(rate))
profbuf.go#L121: atomic.Store64((*uint64)(x), uint64(new))
runtime1.go#L124: atomic.Store64(&test_z64, (1<<40)+1)
![]() |
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. |