Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/crashtest/app/
DCrashTestStatus.java45 private final CountDownLatch mParallelTestComplete = new CountDownLatch(1); field in CrashTestStatus
66 mParallelTestComplete.countDown(); in handleCompletionNotification()
69 mParallelTestComplete.getCount(), mTestResult.get())); in handleCompletionNotification()
96 return mParallelTestComplete.getCount() == 0; in isTestCompleted()
100 return mParallelTestComplete.await(timeout, timeUnit); in waitForCompletion()
/test/mlts/benchmark/src/com/android/nn/crashtest/core/test/
DRunModelsInParallel.java67 private CountDownLatch mParallelTestComplete; field in RunModelsInParallel
109 mParallelTestComplete = new CountDownLatch(mThreadCount); in call()
128 mParallelTestComplete.countDown(); in createSubTestRunner()
173 boolean testsEnded = mParallelTestComplete.await(mTestDurationMillis, MILLISECONDS); in completedSuccessfully()