Home
last modified time | relevance | path

Searched defs:killerThreadException (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/test/java/libcore/java/nio/channels/
DAsynchronousServerSocketChannelTest.java282 final AtomicReference<Exception> killerThreadException = in test_future_concurrent_close() local
312 final AtomicReference<Exception> killerThreadException = in test_completionHandler_concurrent_close() local
/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