Home
last modified time | relevance | path

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

/system/memory/libdmabufheap/tests/
Ddmabuf_heap_test.cpp75 static constexpr size_t NUM_CONCURRENT_THREADS = 100; variable
89 std::vector<std::thread> threads(NUM_CONCURRENT_THREADS); in TEST_F()
90 for (int i = 0; i < NUM_CONCURRENT_THREADS; i++) { in TEST_F()
100 std::vector<std::thread> threads(NUM_CONCURRENT_THREADS); in TEST_F()
101 for (int i = 0; i < NUM_CONCURRENT_THREADS; i++) { in TEST_F()
/system/tools/hidl/test/lazy_test/
Dhidl_lazy_test.cpp135 static constexpr size_t NUM_CONCURRENT_THREADS = 5; variable
137 std::vector<std::vector<size_t>> threadWaitTimes(NUM_CONCURRENT_THREADS); in TEST_F()
143 std::vector<std::thread> threads(NUM_CONCURRENT_THREADS); in TEST_F()
/system/tools/aidl/tests/lazy_test/
Dmain.cpp129 static constexpr size_t NUM_CONCURRENT_THREADS = 3; variable
132 std::vector<std::vector<size_t>> threadWaitTimes(NUM_CONCURRENT_THREADS); in testConcurrentThreadsWithDelays()
141 std::vector<std::thread> threads(NUM_CONCURRENT_THREADS); in testConcurrentThreadsWithDelays()