Searched refs:computationStarted (Results 1 – 3 of 3) sorted by relevance
71 final CountDownLatch computationStarted = new CountDownLatch(1); in testRemovalNotification_clear() local75 computationStarted.countDown(); in testRemovalNotification_clear()82 computationStarted.await(); in testRemovalNotification_clear()
408 final CountDownLatch computationStarted = new CountDownLatch(1); in testRemovalNotification_clear() local412 computationStarted.countDown(); in testRemovalNotification_clear()419 computationStarted.await(); in testRemovalNotification_clear()
2202 final CountDownLatch computationStarted = new CountDownLatch(2); in testInvalidateDuringLoading() local2212 computationStarted.countDown(); in testInvalidateDuringLoading()2238 computationStarted.await(); in testInvalidateDuringLoading()2259 final CountDownLatch computationStarted = new CountDownLatch(2); in testInvalidateAndReloadDuringLoading() local2269 computationStarted.countDown(); in testInvalidateAndReloadDuringLoading()2295 computationStarted.await(); in testInvalidateAndReloadDuringLoading()