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.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |