crypto/tls.Conn.activeCall (field)
6 uses
crypto/tls (current package)
conn.go#L114: activeCall int32
conn.go#L1101: x := atomic.LoadInt32(&c.activeCall)
conn.go#L1105: if atomic.CompareAndSwapInt32(&c.activeCall, x, x+2) {
conn.go#L1109: defer atomic.AddInt32(&c.activeCall, -2)
conn.go#L1310: x = atomic.LoadInt32(&c.activeCall)
conn.go#L1314: if atomic.CompareAndSwapInt32(&c.activeCall, x, x|1) {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)