Home
last modified time | relevance | path

Searched defs:sharedCapacity (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DDefaultObjectPool.cs38 readonly int sharedCapacity; field in Grpc.Core.Internal.DefaultObjectPool
54 public DefaultObjectPool(Func<T> itemFactory, int sharedCapacity, int threadLocalCapacity) in DefaultObjectPool()
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/Internal/
DDefaultObjectPoolTest.cs34 public void ObjectIsReused(int sharedCapacity, int threadLocalCapacity) in ObjectIsReused()
/external/grpc-grpc/src/csharp/Grpc.Core/
DGrpcEnvironment.cs259 public static void SetBatchContextPoolParams(int sharedCapacity, int threadLocalCapacity) in SetBatchContextPoolParams()
279 … public static void SetRequestCallContextPoolParams(int sharedCapacity, int threadLocalCapacity) in SetRequestCallContextPoolParams()