Searched refs:await (Results 1 – 8 of 8) sorted by relevance
49 barrier.await(threadStartTimeout, TimeUnit.MILLISECONDS); in testTimeout()91 barrier.await(threadStartTimeout, TimeUnit.MILLISECONDS); in testNoTimeout()148 mBarrier.await(2 * (mDelay + mTimeout), TimeUnit.MILLISECONDS); in run()
99 mMockScheduler.await(); in testRun_withConsole()132 mMockScheduler.await(); in testRun_withConsoleInteractiveHelp()171 mMockScheduler.await(); in testRun_withConsoleInteractive_noHelp()198 mMockScheduler.await(); in testRun_noConsole()
225 public void await() throws InterruptedException; in await() method
918 mScheduler.await(); in run()930 mScheduler.await(); in run()1009 mScheduler.await(); in awaitScheduler()
211 myCondition.await(); in blockingPoll()
717 if (!mCountDown.await(PROCESS_DESTROY_TIMEOUT_SEC, TimeUnit.SECONDS)) { in cancel()720 mCountDown.await(); in cancel()
157 if (!mEventReceiver.getCountDown().await(millis, TimeUnit.MILLISECONDS)) { in joinReceiver()
1129 return mFirstDeviceAdded.await(timeout, TimeUnit.MILLISECONDS); in waitForFirstDeviceAdded()