6 references to ThreadCount
Microsoft.Extensions.ObjectPool.Microbenchmark (6)
DrainRefillMultiTheaded.cs (6)
33_stores = new Foo[ThreadCount][]; 34for (int i = 0; i < ThreadCount; i++) 41_tasks = new Task[ThreadCount - 1]; 42for (int i = 0; i < ThreadCount - 1; i++) 69BenchmarkLoop(_stores[ThreadCount - 1]); // take the last slot 74int num = (Count / ThreadCount) - 1;