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