golang.org/x/crypto/ssh.mux.errCond (field)

8 uses

	golang.org/x/crypto/ssh (current package)
		mux.go#L98: 	errCond *sync.Cond
		mux.go#L107: 	m.errCond.L.Lock()
		mux.go#L108: 	defer m.errCond.L.Unlock()
		mux.go#L110: 		m.errCond.Wait()
		mux.go#L122: 		errCond:          newCond(),
		mux.go#L203: 	m.errCond.L.Lock()
		mux.go#L205: 	m.errCond.Broadcast()
		mux.go#L206: 	m.errCond.L.Unlock()