Searched refs:shouldWait (Results 1 – 2 of 2) sorted by relevance
387 final AtomicBoolean shouldWait = new AtomicBoolean(false); in testRemovalNotification_clear() local391 if (shouldWait.get()) { in testRemovalNotification_clear()406 shouldWait.set(true); in testRemovalNotification_clear()615 private final AtomicBoolean shouldWait; field in CacheBuilderTest.DelayingIdentityLoader618 DelayingIdentityLoader(AtomicBoolean shouldWait, CountDownLatch delayLatch) { in DelayingIdentityLoader() argument619 this.shouldWait = shouldWait; in DelayingIdentityLoader()624 if (shouldWait.get()) { in load()
338 final AtomicBoolean shouldWait = new AtomicBoolean(true); in testCustomSchedule_startStop() local342 if (shouldWait.get()) { in testCustomSchedule_startStop()358 shouldWait.set(false); in testCustomSchedule_startStop()