sync/atomic.Int32.Load (method)
11 uses
sync/atomic (current package)
type.go#L80: 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#L1205: x := c.activeCall.Load()
conn.go#L1427: x = c.activeCall.Load()
github.com/refraction-networking/utls
conn.go#L1209: x := c.activeCall.Load()
conn.go#L1429: x = c.activeCall.Load()
u_conn.go#L430: x := c.activeCall.Load()
log
log.go#L334: return int(l.flag.Load())
os
exec.go#L91: refs := ph.refs.Load()
exec.go#L107: refs := ph.refs.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. |