Home
last modified time | relevance | path

Searched refs:threadFailure (Results 1 – 2 of 2) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DJSR166TestCase.java617 private final AtomicReference<Throwable> threadFailure field in JSR166TestCase
629 threadFailure.compareAndSet(null, t); in threadRecordFailure()
653 Throwable t = threadFailure.getAndSet(null); in tearDown()
/libcore/ojluni/src/test/java/util/concurrent/tck/
DJSR166TestCase.java886 private final AtomicReference<Throwable> threadFailure field in JSR166TestCase
898 threadFailure.compareAndSet(null, t); in threadRecordFailure()
924 Throwable t = threadFailure.getAndSet(null); in tearDown()