Searched refs:totalWait (Results 1 – 1 of 1) sorted by relevance
136 int totalWait = std::accumulate(threadWaitTimes.at(i).begin(), threadWaitTimes.at(i).end(), 0); in testConcurrentThreadsWithDelays() local137 maxWait = std::max(maxWait, totalWait); in testConcurrentThreadsWithDelays()