Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
DNdkGdbLaunchDelegate.java500 CountDownLatch commandCompleteLatch = new CountDownLatch(1); in getAppDirectory() local
501 CollectingOutputReceiver receiver = new CollectingOutputReceiver(commandCompleteLatch); in getAppDirectory()
503 commandCompleteLatch.await(timeout, timeoutUnit); in getAppDirectory()