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()
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |