Searched refs:BatchContextPool (Results 1 – 4 of 4) sorted by relevance
55 …ionRegistry = new CompletionRegistry(environment, () => environment.BatchContextPool.Lease(), () =… in ThreadBody()
222 …ionRegistry = new CompletionRegistry(environment, () => environment.BatchContextPool.Lease(), () =… in CreateCompletionQueueList()
102 var ctx = details.Channel.Environment.BatchContextPool.Lease(); in UnaryCall()
320 internal IObjectPool<BatchContextSafeHandle> BatchContextPool => batchContextPool; field in Grpc.Core.GrpcEnvironment