Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DThreadTest.java42 current.setUncaughtExceptionHandler(eh); in testGetAndSetUncaughtExceptionHandler()
46 current.setUncaughtExceptionHandler(null); in testGetAndSetUncaughtExceptionHandler()
/libcore/luni/src/main/java/java/util/concurrent/
DForkJoinWorkerThread.java208 public void setUncaughtExceptionHandler(UncaughtExceptionHandler x) { } in setUncaughtExceptionHandler() method in ForkJoinWorkerThread.InnocuousForkJoinWorkerThread
DForkJoinPool.java1561 wt.setUncaughtExceptionHandler(handler); in registerWorker()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DThreadTest.java968 Thread.currentThread().setUncaughtExceptionHandler(handler); in test_get_setUncaughtExceptionHandler()
971 Thread.currentThread().setUncaughtExceptionHandler(null); in test_get_setUncaughtExceptionHandler()
/libcore/ojluni/src/main/java/java/lang/
DThread.java1936 public void setUncaughtExceptionHandler(UncaughtExceptionHandler eh) { in setUncaughtExceptionHandler() method in Thread
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DTimerTest.java972 Thread.currentThread().setUncaughtExceptionHandler(new UncaughtExceptionHandler() { in testThrowingTaskKillsTimerThread()
/libcore/luni/src/test/java/libcore/javax/net/ssl/
DSSLSocketTest.java641 self.setUncaughtExceptionHandler(test); in test_SSLSocket_HandshakeCompletedListener_RuntimeException()
667 self.setUncaughtExceptionHandler(original); in test_SSLSocket_HandshakeCompletedListener_RuntimeException()