Searched refs:shouldWait (Results 1 – 9 of 9) 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()
144 private boolean shouldWait(TimerThread timerThread) { in shouldWait() method in EventQueueImpl188 while (shouldWait(timerThread)) { in removeUnfiltered()
338 final AtomicBoolean shouldWait = new AtomicBoolean(true); in testCustomSchedule_startStop() local342 if (shouldWait.get()) { in testCustomSchedule_startStop()358 shouldWait.set(false); in testCustomSchedule_startStop()
52 bool shouldWait() const { in shouldWait() function
546 if (waitSemaphores[i]->shouldWait()) { in submitToQueue()
2403 if (resource->shouldWait()) { in waitSemaphore()
543 if (waitSemaphores[i]->shouldWait()) { in submitToQueue()
2355 if (resource->shouldWait()) { in waitSemaphore()