Searched refs:testThreads (Results 1 – 1 of 1) sorted by relevance
/frameworks/rs/toolkit/ |
D | TestTaskProcessor.cpp | 79 std::vector<std::thread> testThreads; in main() local 84 testThreads.emplace_back(testOne, &processorA, 1, 4, 30, 40); in main() 85 testThreads.emplace_back(testOne, &processorB, 1, 4, 30, 40); in main() 86 testThreads.emplace_back(testOne, &processorA, 2, 4, 800, 600); in main() 87 testThreads.emplace_back(testOne, &processorB, 2, 4, 800, 600); in main() 88 testThreads.emplace_back(testOne, &processorA, 3, 1, 123, 47); in main() 89 testThreads.emplace_back(testOne, &processorB, 3, 1, 123, 47); in main() 90 testThreads.emplace_back(testOne, &processorA, 5, 2, 5000, 8000); in main() 91 testThreads.emplace_back(testOne, &processorB, 5, 2, 5000, 8000); in main() 92 testThreads.emplace_back(testOne, &processorA, 6, 3, 26000, 1); in main() [all …]
|