sync/atomic.Int32.Load (method)
6 uses
sync/atomic (current package)
type.go#L74: func (x *Int32) Load() int32 { return LoadInt32(&x.v) }
sync
rwmutex.go#L91: c := rw.readerCount.Load()
rwmutex.go#L232: r := rw.readerCount.Load()
crypto/tls
conn.go#L1199: x := c.activeCall.Load()
conn.go#L1419: x = c.activeCall.Load()
log
log.go#L323: return int(l.flag.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. |