Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DProcessor.java50 private final CountDownLatch mCompleted = new CountDownLatch(1); field in Processor
344 mCompleted.countDown(); in run()
430 boolean hasCompleted = mCompleted.await(timeoutMs, MILLISECONDS); in exitWithTimeout()
435 mCompleted.await(); in exitWithTimeout()