func sync/atomic.LoadUint64
9 uses
sync/atomic (current package)
doc_64.go#L93: func LoadUint64(addr *uint64) (val uint64)
type.go#L181: func (x *Uint64) Load() uint64 { return LoadUint64(&x.v) }
internal/bisect
bisect.go#L766: if atomic.LoadUint64(&cache[i]) == h {
internal/poll
fd_mutex.go#L55: old := atomic.LoadUint64(&mu.state)
fd_mutex.go#L73: old := atomic.LoadUint64(&mu.state)
fd_mutex.go#L104: old := atomic.LoadUint64(&mu.state)
fd_mutex.go#L132: old := atomic.LoadUint64(&mu.state)
fd_mutex.go#L177: old := atomic.LoadUint64(&mu.state)
fd_mutex.go#L256: return atomic.LoadUint64(&fd.fdmu.state)&mutexClosed != 0
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)