Searched refs:ueh (Results 1 – 3 of 3) sorted by relevance
1070 Thread.UncaughtExceptionHandler ueh = in uncaughtException() local1072 if (ueh != null) { in uncaughtException()1073 ueh.uncaughtException(t, e); in uncaughtException()
279 final Thread.UncaughtExceptionHandler ueh = in testSetUncaughtExceptionHandler() local287 ueh, false); in testSetUncaughtExceptionHandler()289 assertSame(ueh, p.getUncaughtExceptionHandler()); in testSetUncaughtExceptionHandler()
1500 final UncaughtExceptionHandler ueh; // per-worker UEH field in ForkJoinPool1592 if ((handler = ueh) != null) in registerWorker()2703 this.ueh = handler; in ForkJoinPool()2873 return ueh; in getUncaughtExceptionHandler()