Searched refs:mCountDown (Results 1 – 2 of 2) sorted by relevance
161 private CountDownLatch mCountDown; field in StreamProtoReceiver.EventReceiverThread167 mCountDown = new CountDownLatch(1); in EventReceiverThread()175 return mCountDown; in getCountDown()198 mCountDown.countDown(); in run()
833 private CountDownLatch mCountDown = null; field in RunUtil.RunnableResult879 mCountDown = new CountDownLatch(1); in RunnableResult()1023 mCountDown.countDown(); in run()1061 if (!mCountDown.await(PROCESS_DESTROY_TIMEOUT_SEC, TimeUnit.SECONDS)) { in cancel()1064 mCountDown.await(); in cancel()