Searched refs:countDownLatch2 (Results 1 – 1 of 1) sorted by relevance
114 final CountDownLatch countDownLatch2 = new CountDownLatch(1); in testImageDisposedAndRecycled() local118 bufferedImage -> countDownLatch2.countDown()); in testImageDisposedAndRecycled()125 assertTrue(countDownLatch2.await(TIMEOUT_SEC, TimeUnit.SECONDS)); in testImageDisposedAndRecycled()