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()