func sync.NewCond

3 uses

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

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