Home
last modified time | relevance | path

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

/dports/devel/grpc130/grpc-1.30.2/src/csharp/Grpc.Core/
H A DGrpcEnvironment.cs45 static int? customCompletionQueueCount; field in Grpc.Core.GrpcEnvironment
228 customCompletionQueueCount = completionQueueCount; in SetCompletionQueueCount()
420 if (customCompletionQueueCount.HasValue) in GetCompletionQueueCountOrDefault()
422 return customCompletionQueueCount.Value; in GetCompletionQueueCountOrDefault()
/dports/devel/grpc/grpc-1.42.0/src/csharp/Grpc.Core/
H A DGrpcEnvironment.cs45 static int? customCompletionQueueCount; field in Grpc.Core.GrpcEnvironment
228 customCompletionQueueCount = completionQueueCount; in SetCompletionQueueCount()
420 if (customCompletionQueueCount.HasValue) in GetCompletionQueueCountOrDefault()
422 return customCompletionQueueCount.Value; in GetCompletionQueueCountOrDefault()
/dports/devel/grpc134/grpc-1.34.1/src/csharp/Grpc.Core/
H A DGrpcEnvironment.cs45 static int? customCompletionQueueCount; field in Grpc.Core.GrpcEnvironment
228 customCompletionQueueCount = completionQueueCount; in SetCompletionQueueCount()
420 if (customCompletionQueueCount.HasValue) in GetCompletionQueueCountOrDefault()
422 return customCompletionQueueCount.Value; in GetCompletionQueueCountOrDefault()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/csharp/Grpc.Core/
H A DGrpcEnvironment.cs45 static int? customCompletionQueueCount; field in Grpc.Core.GrpcEnvironment
228 customCompletionQueueCount = completionQueueCount; in SetCompletionQueueCount()
420 if (customCompletionQueueCount.HasValue) in GetCompletionQueueCountOrDefault()
422 return customCompletionQueueCount.Value; in GetCompletionQueueCountOrDefault()