Home
last modified time | relevance | path

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

/third_party/grpc/src/csharp/Grpc.Core/Internal/
DGrpcThreadPool.cs150 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