func sync.NewCond

3 uses

	sync (current package)
		cond.go#L32: func NewCond(l Locker) *Cond {

	net/http
		h2_bundle.go#L7166: 	cc.cond = sync.NewCond(&cc.mu)
		server.go#L671: 		cr.cond = sync.NewCond(&cr.mu)