Searched defs:shouldWait (Results 1 – 6 of 6) sorted by relevance
349 final AtomicBoolean shouldWait = new AtomicBoolean(false); in testRemovalNotification_clear() local595 private final AtomicBoolean shouldWait; field in CacheBuilderTest.DelayingIdentityLoader598 DelayingIdentityLoader(AtomicBoolean shouldWait, CountDownLatch delayLatch) { in DelayingIdentityLoader()
409 final AtomicBoolean shouldWait = new AtomicBoolean(false); in testRemovalNotification_clear() local655 private final AtomicBoolean shouldWait; field in CacheBuilderTest.DelayingIdentityLoader658 DelayingIdentityLoader(AtomicBoolean shouldWait, CountDownLatch delayLatch) { in DelayingIdentityLoader()
52 bool shouldWait() const { in shouldWait() function
144 private boolean shouldWait(TimerThread timerThread) { in shouldWait() method in EventQueueImpl
481 final AtomicBoolean shouldWait = new AtomicBoolean(true); in testCustomSchedule_startStop() local