sync.Cond.L (field)

16 uses

	sync (current package)
		cond.go#L41: 	L Locker
		cond.go#L49: 	return &Cond{L: l}
		cond.go#L70: 	c.L.Unlock()
		cond.go#L72: 	c.L.Lock()

	golang.org/x/net/http2
		pipe.go#L58: 	if p.c.L == nil {
		pipe.go#L59: 		p.c.L = &p.mu
		pipe.go#L90: 	if p.c.L == nil {
		pipe.go#L91: 		p.c.L = &p.mu
		pipe.go#L128: 	if p.c.L == nil {
		pipe.go#L129: 		p.c.L = &p.mu

	net/http
		h2_bundle.go#L3875: 	if p.c.L == nil {
		h2_bundle.go#L3876: 		p.c.L = &p.mu
		h2_bundle.go#L3907: 	if p.c.L == nil {
		h2_bundle.go#L3908: 		p.c.L = &p.mu
		h2_bundle.go#L3945: 	if p.c.L == nil {
		h2_bundle.go#L3946: 		p.c.L = &p.mu