Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/
DThreadGroup.java1070 Thread.UncaughtExceptionHandler ueh = in uncaughtException() local
1072 if (ueh != null) { in uncaughtException()
1073 ueh.uncaughtException(t, e); in uncaughtException()
/libcore/ojluni/src/test/java/util/concurrent/tck/
DForkJoinPoolTest.java297 final Thread.UncaughtExceptionHandler ueh = in testSetUncaughtExceptionHandler() local
305 ueh, false); in testSetUncaughtExceptionHandler()
307 assertSame(ueh, p.getUncaughtExceptionHandler()); in testSetUncaughtExceptionHandler()
/libcore/jsr166-tests/src/test/java/jsr166/
DForkJoinPoolTest.java279 final Thread.UncaughtExceptionHandler ueh = in testSetUncaughtExceptionHandler() local
287 ueh, false); in testSetUncaughtExceptionHandler()
289 assertSame(ueh, p.getUncaughtExceptionHandler()); in testSetUncaughtExceptionHandler()
/libcore/ojluni/src/main/java/java/util/concurrent/
DForkJoinPool.java1309 final UncaughtExceptionHandler ueh; // per-worker UEH
1369 if ((handler = ueh) != null)
2315 this.ueh = handler;
2375 this.ueh = handler;
2545 return ueh;