Searched refs:testWithTimes (Results 1 – 2 of 2) sorted by relevance
153 static void testWithTimes(const std::vector<size_t>& waitTimes, const FqInstance& instance) { in testWithTimes() function183 threads[i] = std::thread(testWithTimes, threadWaitTimes[i], instance); in TEST_F()
133 static void testWithTimes(const std::vector<size_t>& waitMs, bool beforeGet) { in testWithTimes() function171 threads.at(i) = std::thread(testWithTimes, threadWaitTimes.at(i), delayBeforeGet); in testConcurrentThreadsWithDelays()