Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
DGdbServerTask.java51 CountDownLatch attachLatch) { in GdbServerTask() argument
56 mAttachLatch = attachLatch; in GdbServerTask()
DNdkGdbLaunchDelegate.java284 CountDownLatch attachLatch = new CountDownLatch(1); in doLaunch() local
286 DEBUG_SOCKET, pid, attachLatch); in doLaunch()
294 attached = attachLatch.await(3, TimeUnit.SECONDS); in doLaunch()