google.golang.org/grpc.serverStream.mu (field)
11 uses
google.golang.org/grpc (current package)
server.go#L1350: ss.mu.Lock()
server.go#L1357: ss.mu.Unlock()
server.go#L1457: ss.mu.Lock()
server.go#L1460: ss.mu.Unlock()
server.go#L1473: ss.mu.Lock()
server.go#L1475: ss.mu.Unlock()
stream.go#L1371: mu sync.Mutex // protects trInfo.tr after the service handler runs.
stream.go#L1407: ss.mu.Lock()
stream.go#L1416: ss.mu.Unlock()
stream.go#L1467: ss.mu.Lock()
stream.go#L1476: ss.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. |