Searched refs:alertLatch (Results 1 – 1 of 1) sorted by relevance
109 final CountDownLatch alertLatch = new CountDownLatch(1); in testJoinThreadPool() local116 alertLatch.countDown(); in testJoinThreadPool()129 assertFalse(alertLatch.await(3, TimeUnit.SECONDS)); in testJoinThreadPool()