Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Dxz_android.cc137 lzma2Props.lzmaProps.numThreads = 1; in XzCompress()
/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspendUnitTest.cpp280 constexpr int numThreads = 10; in TEST_F() local
282 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()
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp2558 void test_multithread(int maxThreads, int numThreads) { in test_multithread() argument
2560 << 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()