Searched refs:numThreads (Results 1 – 3 of 3) sorted by relevance
137 lzma2Props.lzmaProps.numThreads = 1; in XzCompress()
280 constexpr int numThreads = 10; in TEST_F() local282 std::thread tds[numThreads]; in TEST_F()284 for (int i = 0; i < numThreads; i++) { in TEST_F()293 for (int i = 0; i < numThreads; i++) { in TEST_F()
2558 void test_multithread(int maxThreads, int numThreads) { in test_multithread() argument2560 << maxThreads << ", " << numThreads << ")"; in test_multithread()2561 EXPECT_OK(multithreadInterface->setNumThreads(maxThreads, numThreads)); in test_multithread()2565 for (int i = 0; i != numThreads; ++i) { in test_multithread()2573 EXPECT_EQ(noTimeout, maxThreads >= numThreads || mode == PASSTHROUGH); in test_multithread()