Home
last modified time | relevance | path

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

/third_party/grpc/src/csharp/Grpc.Microbenchmarks/
DSendMessageBenchmark.cs48 …ionRegistry = new CompletionRegistry(Environment, () => Environment.BatchContextPool.Lease(), () =… in RunBody()
DUtf8Encode.cs72 …ionRegistry = new CompletionRegistry(environment, () => environment.BatchContextPool.Lease(), () =… in Setup()
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DGrpcThreadPool.cs222 …ionRegistry = new CompletionRegistry(environment, () => environment.BatchContextPool.Lease(), () =… in CreateCompletionQueueList()
DAsyncCall.cs102 var ctx = details.Channel.Environment.BatchContextPool.Lease(); in UnaryCall()
/third_party/grpc/src/csharp/Grpc.Core/
DGrpcEnvironment.cs320 internal IObjectPool<BatchContextSafeHandle> BatchContextPool => batchContextPool; field in Grpc.Core.GrpcEnvironment