Searched refs:waitLatch (Results 1 – 1 of 1) sorted by relevance
341 final CountDownLatch waitLatch = new CountDownLatch(1); in testJoinThreadPool() local346 waitLatch.countDown(); in testJoinThreadPool()355 assertTrue(waitLatch.await(10, TimeUnit.SECONDS)); in testJoinThreadPool()