Home
last modified time | relevance | path

Searched refs:computationStarted (Results 1 – 3 of 3) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
DMapMakerTest.java71 final CountDownLatch computationStarted = new CountDownLatch(1); in testRemovalNotification_clear() local
75 computationStarted.countDown(); in testRemovalNotification_clear()
82 computationStarted.await(); in testRemovalNotification_clear()
/external/guava/guava-tests/test/com/google/common/cache/
DCacheBuilderTest.java408 final CountDownLatch computationStarted = new CountDownLatch(1); in testRemovalNotification_clear() local
412 computationStarted.countDown(); in testRemovalNotification_clear()
419 computationStarted.await(); in testRemovalNotification_clear()
DCacheLoadingTest.java2202 final CountDownLatch computationStarted = new CountDownLatch(2); in testInvalidateDuringLoading() local
2212 computationStarted.countDown(); in testInvalidateDuringLoading()
2238 computationStarted.await(); in testInvalidateDuringLoading()
2259 final CountDownLatch computationStarted = new CountDownLatch(2); in testInvalidateAndReloadDuringLoading() local
2269 computationStarted.countDown(); in testInvalidateAndReloadDuringLoading()
2295 computationStarted.await(); in testInvalidateAndReloadDuringLoading()