Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DGrpcThreadPool.cs85 threads.Add(CreateAndStartThread(i, optionalProfiler)); in Start()
145 private Thread CreateAndStartThread(int threadIndex, IProfiler optionalProfiler) in CreateAndStartThread() method in Grpc.Core.Internal.GrpcThreadPool