Searched defs:keepGoing (Results 1 – 3 of 3) sorted by relevance
136 AtomicBoolean keepGoing = new AtomicBoolean(true); in testSystemRunFinalizationReturnsEvenIfQueueIsNonEmpty() local143 public void createChainedFinalizer(final AtomicInteger counter, final AtomicBoolean keepGoing) { in createChainedFinalizer()
31 boolean keepGoing = true; field in ConcurrentModificationExceptionTest.CollectionModifier
98 boolean keepGoing(int i) { return (i % 128 != 0) || ! done; } in keepGoing() method in RacingCollections.Frobber201 boolean keepGoing() { in keepGoing() method in RacingCollections.Looper