Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Microbenchmarks/
DSendMessageBenchmark.cs55 …ionRegistry = new CompletionRegistry(environment, () => environment.BatchContextPool.Lease(), () =… in ThreadBody()
/external/grpc-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()
/external/grpc-grpc/src/csharp/Grpc.Core/
DGrpcEnvironment.cs320 internal IObjectPool<BatchContextSafeHandle> BatchContextPool => batchContextPool; field in Grpc.Core.GrpcEnvironment