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
1618 c.handshakeMutex.Lock()
1619 defer c.handshakeMutex.Unlock()
1656 c.handshakeMutex.Lock()
1657 defer c.handshakeMutex.Unlock()
1690 c.handshakeMutex.Lock()
1691 defer c.handshakeMutex.Unlock()
1719 c.handshakeMutex.Lock()
1720 defer c.handshakeMutex.Unlock()
1729 c.handshakeMutex.Lock()
[all …]