Home
last modified time | relevance | path

Searched refs:handshakeMutex (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/ssl/test/runner/
Dconn.go35 handshakeMutex sync.Mutex // handshakeMutex < in.Mutex, out.Mutex, errMutex member
1804 c.handshakeMutex.Lock()
1805 defer c.handshakeMutex.Unlock()
1842 c.handshakeMutex.Lock()
1843 defer c.handshakeMutex.Unlock()
1876 c.handshakeMutex.Lock()
1877 defer c.handshakeMutex.Unlock()
1913 c.handshakeMutex.Lock()
1914 defer c.handshakeMutex.Unlock()
1937 c.handshakeMutex.Lock()
[all …]