Searched refs:mCountDown (Results 1 – 2 of 2) sorted by relevance
574 private CountDownLatch mCountDown = null; field in RunUtil.RunnableResult605 mCountDown = new CountDownLatch(1); in RunnableResult()694 mCountDown.countDown(); in run()717 if (!mCountDown.await(PROCESS_DESTROY_TIMEOUT_SEC, TimeUnit.SECONDS)) { in cancel()720 mCountDown.await(); in cancel()
100 private CountDownLatch mCountDown; field in SubprocessTestResultsParser.EventReceiverThread105 mCountDown = new CountDownLatch(1); in EventReceiverThread()113 return mCountDown; in getCountDown()142 mCountDown.countDown(); in run()