Home | History | Annotate | Download | only in concurrent

Lines Matching refs:threadFailure

301     private final AtomicReference<Throwable> threadFailure
311 threadFailure.compareAndSet(null, t);
328 Throwable t = threadFailure.getAndSet(null);