crypto/tls.Conn.handshakeMutex (field)

11 uses

	crypto/tls (current package)
		conn.go#L37: 	handshakeMutex sync.Mutex
		conn.go#L1189: 	c.handshakeMutex.Lock()
		conn.go#L1190: 	defer c.handshakeMutex.Unlock()
		conn.go#L1378: 	c.handshakeMutex.Lock()
		conn.go#L1379: 	defer c.handshakeMutex.Unlock()
		conn.go#L1409: 	c.handshakeMutex.Lock()
		conn.go#L1410: 	defer c.handshakeMutex.Unlock()
		conn.go#L1445: 	c.handshakeMutex.Lock()
		conn.go#L1446: 	defer c.handshakeMutex.Unlock()
		conn.go#L1455: 	c.handshakeMutex.Lock()
		conn.go#L1456: 	defer c.handshakeMutex.Unlock()