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()
135 static constexpr size_t NUM_CONCURRENT_THREADS = 5; variable137 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()
129 static constexpr size_t NUM_CONCURRENT_THREADS = 3; variable132 std::vector<std::vector<size_t>> threadWaitTimes(NUM_CONCURRENT_THREADS); in testConcurrentThreadsWithDelays()141 std::vector<std::thread> threads(NUM_CONCURRENT_THREADS); in testConcurrentThreadsWithDelays()