Searched refs:threadCounts (Results 1 – 2 of 2) sorted by relevance
1117 const int threadCounts[] = { 1, 2, 4 }; in init() local1124 for (int threadCountNdx = 0; threadCountNdx < DE_LENGTH_OF_ARRAY(threadCounts); threadCountNdx++) in init()1126 int threadCount = threadCounts[threadCountNdx]; in init()1173 for (int threadCountNdx = 0; threadCountNdx < DE_LENGTH_OF_ARRAY(threadCounts); threadCountNdx++) in init()1175 int threadCount = threadCounts[threadCountNdx]; in init()1221 for (int threadCountNdx = 0; threadCountNdx < DE_LENGTH_OF_ARRAY(threadCounts); threadCountNdx++) in init()1223 int threadCount = threadCounts[threadCountNdx]; in init()1270 for (int threadCountNdx = 0; threadCountNdx < DE_LENGTH_OF_ARRAY(threadCounts); threadCountNdx++) in init()1272 int threadCount = threadCounts[threadCountNdx]; in init()1319 for (int threadCountNdx = 0; threadCountNdx < DE_LENGTH_OF_ARRAY(threadCounts); threadCountNdx++) in init()[all …]
1313 const int threadCounts[] = in AtomicCounterTests() local1349 … for (int threadCountNdx = 0; threadCountNdx < DE_LENGTH_OF_ARRAY(threadCounts); threadCountNdx++) in AtomicCounterTests()1351 const int threadCount = threadCounts[threadCountNdx]; in AtomicCounterTests()1384 const int threadCounts[] = { 1, 1000 }; in AtomicCounterTests() local1433 … for (int threadCountNdx = 0; threadCountNdx < DE_LENGTH_OF_ARRAY(threadCounts); threadCountNdx++) in AtomicCounterTests()1435 const int threadCount = threadCounts[threadCountNdx]; in AtomicCounterTests()