func sync.NewCond

3 uses

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

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