Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/
DGrpcEnvironment.cs44 static int? customThreadPoolSize; field in Grpc.Core.GrpcEnvironment
211 customThreadPoolSize = threadCount; in SetThreadPoolSize()
408 if (customThreadPoolSize.HasValue) in GetThreadPoolSizeOrDefault()
410 return customThreadPoolSize.Value; in GetThreadPoolSizeOrDefault()