Home
last modified time | relevance | path

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

/art/test/1950-unprepared-transform/src/
DMain.java103 final CountDownLatch wokeUp = new CountDownLatch(1); in testRemoteThread() local
107 wokeUp.countDown(); in testRemoteThread()
120 wokeUp.await(); in testRemoteThread()