google.golang.org/grpc/internal/transport.http2Client.mu (field)
29 uses
google.golang.org/grpc/internal/transport (current package)
http2_client.go#L109: mu sync.Mutex // guard the following variables
http2_client.go#L304: t.kpDormancyCond = sync.NewCond(&t.mu)
http2_client.go#L609: t.mu.Lock()
http2_client.go#L611: t.mu.Unlock()
http2_client.go#L629: t.mu.Unlock()
http2_client.go#L770: t.mu.Lock()
http2_client.go#L774: t.mu.Unlock()
http2_client.go#L809: t.mu.Lock()
http2_client.go#L812: t.mu.Unlock()
http2_client.go#L826: t.mu.Unlock()
http2_client.go#L852: t.mu.Lock()
http2_client.go#L855: t.mu.Unlock()
http2_client.go#L860: t.mu.Unlock()
http2_client.go#L894: t.mu.Lock()
http2_client.go#L896: t.mu.Unlock()
http2_client.go#L922: t.mu.Lock()
http2_client.go#L926: t.mu.Unlock()
http2_client.go#L1097: t.mu.Lock()
http2_client.go#L1099: t.mu.Unlock()
http2_client.go#L1109: t.mu.Unlock()
http2_client.go#L1127: t.mu.Unlock()
http2_client.go#L1156: t.mu.Unlock()
http2_client.go#L1177: t.mu.Lock()
http2_client.go#L1178: defer t.mu.Unlock()
http2_client.go#L1303: t.mu.Lock()
http2_client.go#L1305: t.mu.Unlock()
http2_client.go#L1377: t.mu.Lock()
http2_client.go#L1385: t.mu.Unlock()
http2_client.go#L1399: t.mu.Unlock()
![]() |
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. |