Home
last modified time | relevance | path

Searched refs:totalWait (Results 1 – 1 of 1) sorted by relevance

/system/tools/aidl/tests/lazy_test/
Dmain.cpp136 int totalWait = std::accumulate(threadWaitTimes.at(i).begin(), threadWaitTimes.at(i).end(), 0); in testConcurrentThreadsWithDelays() local
137 maxWait = std::max(maxWait, totalWait); in testConcurrentThreadsWithDelays()