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