Home
last modified time | relevance | path

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

/third_party/grpc/src/csharp/Grpc.Microbenchmarks/
DCommonThreadedBase.cs57 var thread = new Thread(new ThreadStart(() => WorkerThreadBody(dispatchQueue))); in Setup()
115 private void WorkerThreadBody(BlockingCollection<Action> dispatchQueue) in WorkerThreadBody() method in Grpc.Microbenchmarks.CommonThreadedBase