sync/atomic.Uint32.Load (method)
6 uses
sync/atomic (current package)
type.go#L137: func (x *Uint32) Load() uint32 { return LoadUint32(&x.v) }
sync
once.go#L67: if o.done.Load() == 0 {
once.go#L76: if o.done.Load() == 0 {
internal/sync
hashtriemap.go#L31: if ht.inited.Load() == 0 {
hashtriemap.go#L41: if ht.inited.Load() != 0 {
testing
testing.go#L2526: return *failFast && numFailed.Load() > 0
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)