sync/atomic.Uint64.Load (method)
9 uses
sync/atomic (current package)
type.go#L181: 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#L131: if wg.state.Load() != state {
waitgroup.go#L165: state := wg.state.Load()
waitgroup.go#L207: isReset := wg.state.Load() != 0
internal/godebug
godebug.go#L130: registerMetric("/godebug/non-default-behavior/"+s.Name()+":events", s.nonDefault.Load)
net/http
server.go#L1851: packedState := c.curState.Load()
![]() |
The pages are generated with Golds v0.8.4. (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. |