Home
last modified time | relevance | path

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

/third_party/grpc/src/csharp/Grpc.Core/Internal/
DGrpcThreadPool.cs33 internal class GrpcThreadPool class
35 static readonly ILogger Logger = GrpcEnvironment.Logger.ForType<GrpcThreadPool>();
62 …public GrpcThreadPool(GrpcEnvironment environment, int poolSize, int completionQueueCount, bool in… in GrpcThreadPool() method in Grpc.Core.Internal.GrpcThreadPool
/third_party/grpc/src/csharp/Grpc.Core/
DGrpcEnvironment.cs59 readonly GrpcThreadPool threadPool;
305 …threadPool = new GrpcThreadPool(this, GetThreadPoolSizeOrDefault(), GetCompletionQueueCountOrDefau… in GrpcEnvironment()