Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/nio/channels/
DAsynchronousServerSocketChannelTest.java282 final AtomicReference<Exception> killerThreadException = in test_future_concurrent_close() local
290 killerThreadException.set(ex); in test_future_concurrent_close()
305 assertNull(killerThreadException.get()); in test_future_concurrent_close()
312 final AtomicReference<Exception> killerThreadException = in test_completionHandler_concurrent_close() local
320 killerThreadException.set(ex); in test_completionHandler_concurrent_close()
338 assertNull(killerThreadException.get()); in test_completionHandler_concurrent_close()
/libcore/luni/src/test/java/libcore/android/system/
DOsTest.java819 final AtomicReference<Exception> killerThreadException = new AtomicReference<Exception>( in test_recvfrom_concurrentShutdown() local
829 killerThreadException.set(expected); in test_recvfrom_concurrentShutdown()
833 killerThreadException.set(ex); in test_recvfrom_concurrentShutdown()
846 assertNull(killerThreadException.get()); in test_recvfrom_concurrentShutdown()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DDatagramChannelTest.java2534 … final AtomicReference<Exception> killerThreadException = new AtomicReference<Exception>(null); in test_concurrentShutdown() local
2543 killerThreadException.set(expected); in test_concurrentShutdown()
2547 killerThreadException.set(ex); in test_concurrentShutdown()
2559 assertNull(killerThreadException.get()); in test_concurrentShutdown()