Searched refs:NUM_CONCURRENT_THREADS (Results 1 – 3 of 3) sorted by relevance
75 static constexpr size_t NUM_CONCURRENT_THREADS = 100; variable89 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()
158 static constexpr size_t NUM_CONCURRENT_THREADS = 5; variable160 std::vector<std::vector<size_t>> threadWaitTimes(NUM_CONCURRENT_THREADS); in TEST_F()166 std::vector<std::thread> threads(NUM_CONCURRENT_THREADS); in TEST_F()
134 static constexpr size_t NUM_CONCURRENT_THREADS = 3; variable137 std::vector<std::vector<size_t>> threadWaitTimes(NUM_CONCURRENT_THREADS); in testConcurrentThreadsWithDelays()147 std::vector<std::thread> threads(NUM_CONCURRENT_THREADS); in testConcurrentThreadsWithDelays()