Searched refs:setTagLatch (Results 1 – 2 of 2) sorted by relevance
50 CountDownLatch setTagLatch = new CountDownLatch(1); in run() local51 CollectingOutputReceiver receiver = new CollectingOutputReceiver(setTagLatch); in run()55 setTagLatch.await(5, TimeUnit.SECONDS); in run()
616 CountDownLatch setTagLatch = new CountDownLatch(1); in launchSystrace() local617 CollectingOutputReceiver receiver = new CollectingOutputReceiver(setTagLatch); in launchSystrace()621 setTagLatch.await(5, TimeUnit.SECONDS); in launchSystrace()