Home
last modified time | relevance | path

Searched refs:ueh (Results 1 – 3 of 3) 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/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.java1500 final UncaughtExceptionHandler ueh; // per-worker UEH field in ForkJoinPool
1592 if ((handler = ueh) != null) in registerWorker()
2703 this.ueh = handler; in ForkJoinPool()
2873 return ueh; in getUncaughtExceptionHandler()