Home
last modified time | relevance | path

Searched refs:requestCallContextPoolSharedCapacity (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/
DGrpcEnvironment.cs49 … static int requestCallContextPoolSharedCapacity = DefaultRequestCallContextPoolSharedCapacity; field in Grpc.Core.GrpcEnvironment
286 requestCallContextPoolSharedCapacity = sharedCapacity; in SetRequestCallContextPoolParams()
304 …tSafeHandle>(() => RequestCallContextSafeHandle.Create(), requestCallContextPoolSharedCapacity, re… in GrpcEnvironment()