Searched refs:killerThreadException (Results 1 – 3 of 3) sorted by relevance
282 final AtomicReference<Exception> killerThreadException = in test_future_concurrent_close() local290 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() local320 killerThreadException.set(ex); in test_completionHandler_concurrent_close()338 assertNull(killerThreadException.get()); in test_completionHandler_concurrent_close()
819 final AtomicReference<Exception> killerThreadException = new AtomicReference<Exception>( in test_recvfrom_concurrentShutdown() local829 killerThreadException.set(expected); in test_recvfrom_concurrentShutdown()833 killerThreadException.set(ex); in test_recvfrom_concurrentShutdown()846 assertNull(killerThreadException.get()); in test_recvfrom_concurrentShutdown()
2534 … final AtomicReference<Exception> killerThreadException = new AtomicReference<Exception>(null); in test_concurrentShutdown() local2543 killerThreadException.set(expected); in test_concurrentShutdown()2547 killerThreadException.set(ex); in test_concurrentShutdown()2559 assertNull(killerThreadException.get()); in test_concurrentShutdown()