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