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.java49 private final CountDownLatch mCompleted = new CountDownLatch(1); field in Processor
319 mCompleted.countDown(); in run()
404 boolean hasCompleted = mCompleted.await(timeoutMs, MILLISECONDS); in exitWithTimeout()
409 mCompleted.await(); in exitWithTimeout()