Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DJSR166TestCase.java175 private final AtomicReference<Throwable> threadFailure field in JSR166TestCase
185 threadFailure.compareAndSet(null, t); in threadRecordFailure()
202 Throwable t = threadFailure.getAndSet(null); in tearDown()