Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dconn.go36 handshakeMutex sync.Mutex // handshakeMutex < in.Mutex, out.Mutex, errMutex member
1760 c.handshakeMutex.Lock()
1761 defer c.handshakeMutex.Unlock()
1798 c.handshakeMutex.Lock()
1799 defer c.handshakeMutex.Unlock()
1832 c.handshakeMutex.Lock()
1833 defer c.handshakeMutex.Unlock()
1864 c.handshakeMutex.Lock()
1865 defer c.handshakeMutex.Unlock()
1874 c.handshakeMutex.Lock()
[all …]