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#L90: c := rw.readerCount.Load()
rwmutex.go#L231: r := rw.readerCount.Load()
crypto/tls
conn.go#L1183: x := c.activeCall.Load()
conn.go#L1403: 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.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |