Searched refs:cd1 (Results 1 – 1 of 1) sorted by relevance
206 final CountDownLatch cd1 = new CountDownLatch(1); in testImageMultipleCopies() local207 Image img1 = pool.acquire(width, height, type, bufferedImage -> cd1.countDown()); in testImageMultipleCopies()218 cd1.await(TIMEOUT_SEC, TimeUnit.SECONDS); in testImageMultipleCopies()243 final CountDownLatch cd1 = new CountDownLatch(1); in testPoolDispose() local244 Image img1 = pool.acquire(width, height, type, bufferedImage -> cd1.countDown()); in testPoolDispose()252 cd1.await(TIMEOUT_SEC, TimeUnit.SECONDS); in testPoolDispose()