Searched refs:seenExceptions (Results 1 – 4 of 4) sorted by relevance
27 private Set<Throwable> seenExceptions = null; field in AggregateFutureState35 if (seenExceptions == null) { in getOrInitSeenExceptions()36 seenExceptions = newHashSet(); in getOrInitSeenExceptions()37 addInitialException(seenExceptions); in getOrInitSeenExceptions()39 return seenExceptions; in getOrInitSeenExceptions()49 seenExceptions = null; in clearSeenExceptions()
43 private volatile Set<Throwable> seenExceptions = null; field in AggregateFutureState96 Set<Throwable> seenExceptionsLocal = seenExceptions; in getOrInitSeenExceptions()128 seenExceptionsLocal = seenExceptions; in getOrInitSeenExceptions()141 seenExceptions = null; in clearSeenExceptions()182 if (state.seenExceptions == expect) { in compareAndSetSeenExceptions()183 state.seenExceptions = update; in compareAndSetSeenExceptions()
271 val seenExceptions = identitySet<Throwable>(exceptions.size) in <lambda>() constant281 unwrapped !is CancellationException && seenExceptions.add(unwrapped)) { in <lambda>()