Home
last modified time | relevance | path

Searched refs:tasksFinished (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
DMapMakerTest.java139 final CountDownLatch tasksFinished = new CountDownLatch(nTasks); in testRemovalNotification_clear_basher() local
146 tasksFinished.countDown(); in testRemovalNotification_clear_basher()
158 tasksFinished.await(); in testRemovalNotification_clear_basher()
/external/guava/guava-tests/test/com/google/common/cache/
DCacheBuilderTest.java477 final CountDownLatch tasksFinished = new CountDownLatch(nTasks); in testRemovalNotification_clear_basher() local
484 tasksFinished.countDown(); in testRemovalNotification_clear_basher()
496 tasksFinished.await(); in testRemovalNotification_clear_basher()