sync/atomic.Uint64.Load (method)
13 uses
sync/atomic (current package)
type.go#L169: func (x *Uint64) Load() uint64 { return LoadUint64(&x.v) }
sync
poolqueue.go#L81: ptrs := d.headTail.Load()
poolqueue.go#L115: ptrs := d.headTail.Load()
poolqueue.go#L150: ptrs := d.headTail.Load()
waitgroup.go#L77: if wg.state.Load() != state {
waitgroup.go#L98: state := wg.state.Load()
waitgroup.go#L119: if wg.state.Load() != 0 {
internal/godebug
godebug.go#L130: registerMetric("/godebug/non-default-behavior/"+s.Name()+":events", s.nonDefault.Load)
net/http
server.go#L1895: packedState := c.curState.Load()
os
exec.go#L143: refs := p.state.Load()
exec.go#L161: state := p.state.Load()
exec.go#L200: refs := p.state.Load()
exec.go#L231: return processStatus(p.state.Load())
![]() |
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. |