sync/atomic.Int32.Load (method)

9 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#L1206: 		x := c.activeCall.Load()
		conn.go#L1426: 		x = c.activeCall.Load()

	go.uber.org/zap
		level.go#L118: 	return zapcore.Level(int8(lvl.l.Load()))

	log
		log.go#L334: 	return int(l.flag.Load())

	os
		exec.go#L85: 		refs := ph.refs.Load()
		exec.go#L101: 		refs := ph.refs.Load()