Searched refs:threadFailure (Results 1 – 1 of 1) sorted by relevance
175 private final AtomicReference<Throwable> threadFailure field in JSR166TestCase185 threadFailure.compareAndSet(null, t); in threadRecordFailure()202 Throwable t = threadFailure.getAndSet(null); in tearDown()