Searched refs:RunHandlerLoop (Results 1 – 1 of 1) sorted by relevance
150 var thread = new Thread(new ThreadStart(() => RunHandlerLoop(cq, optionalProfiler))); in CreateAndStartThread()161 private void RunHandlerLoop(CompletionQueueSafeHandle cq, IProfiler optionalProfiler) in RunHandlerLoop() method in Grpc.Core.Internal.GrpcThreadPool