golang.org/x/net/http2.pipe.c (field)

10 uses

	golang.org/x/net/http2 (current package)
		pipe.go#L18: 	c        sync.Cond     // c.L lazily initialized to &p.mu
		pipe.go#L47: 	if p.c.L == nil {
		pipe.go#L48: 		p.c.L = &p.mu
		pipe.go#L65: 		p.c.Wait()
		pipe.go#L76: 	if p.c.L == nil {
		pipe.go#L77: 		p.c.L = &p.mu
		pipe.go#L79: 	defer p.c.Signal()
		pipe.go#L112: 	if p.c.L == nil {
		pipe.go#L113: 		p.c.L = &p.mu
		pipe.go#L115: 	defer p.c.Signal()