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