sync/atomic.Int32.Load (method)
7 uses
sync/atomic (current package)
type.go#L74: func (x *Int32) Load() int32 { return LoadInt32(&x.v) }
sync
rwmutex.go#L93: c := rw.readerCount.Load()
rwmutex.go#L234: r := rw.readerCount.Load()
crypto/tls
conn.go#L1199: x := c.activeCall.Load()
conn.go#L1419: x = c.activeCall.Load()
go.uber.org/zap
level.go#L118: return zapcore.Level(int8(lvl.l.Load()))
log
log.go#L323: return int(l.flag.Load())
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)