Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/
DGrpcEnvironment.cs47 static int batchContextPoolSharedCapacity = DefaultBatchContextPoolSharedCapacity; field in Grpc.Core.GrpcEnvironment
266 batchContextPoolSharedCapacity = sharedCapacity; in SetBatchContextPoolParams()
303 …tchContextSafeHandle>(() => BatchContextSafeHandle.Create(), batchContextPoolSharedCapacity, batch… in GrpcEnvironment()