google.golang.org/grpc/internal/transport.http2Server.mu (field)

28 uses

	google.golang.org/grpc/internal/transport (current package)
		http2_server.go#L102: 	mu sync.Mutex // guard the following
		http2_server.go#L378: 	t.mu.Lock()
		http2_server.go#L380: 		t.mu.Unlock()
		http2_server.go#L385: 		t.mu.Unlock()
		http2_server.go#L396: 		t.mu.Unlock()
		http2_server.go#L409: 	t.mu.Unlock()
		http2_server.go#L466: 				t.mu.Lock()
		http2_server.go#L468: 				t.mu.Unlock()
		http2_server.go#L518: 	t.mu.Lock()
		http2_server.go#L519: 	defer t.mu.Unlock()
		http2_server.go#L557: 	t.mu.Lock()
		http2_server.go#L562: 	t.mu.Unlock()
		http2_server.go#L720: 	t.mu.Lock()
		http2_server.go#L722: 	t.mu.Unlock()
		http2_server.go#L981: 			t.mu.Lock()
		http2_server.go#L984: 				t.mu.Unlock()
		http2_server.go#L989: 			t.mu.Unlock()
		http2_server.go#L1053: 	t.mu.Lock()
		http2_server.go#L1055: 		t.mu.Unlock()
		http2_server.go#L1061: 	t.mu.Unlock()
		http2_server.go#L1086: 	t.mu.Lock()
		http2_server.go#L1093: 	t.mu.Unlock()
		http2_server.go#L1145: 	t.mu.Lock()
		http2_server.go#L1146: 	defer t.mu.Unlock()
		http2_server.go#L1159: 	t.mu.Lock()
		http2_server.go#L1161: 		t.mu.Unlock()
		http2_server.go#L1172: 		t.mu.Unlock()
		http2_server.go#L1184: 	t.mu.Unlock()