Searched refs:ueh (Results 1 – 5 of 5) sorted by relevance
1068 Thread.UncaughtExceptionHandler ueh = in uncaughtException() local1070 if (ueh != null) { in uncaughtException()1071 ueh.uncaughtException(t, e); in uncaughtException()
75 UncaughtExceptionHandler handler = (this.pool = pool).ueh; in ForkJoinWorkerThread()
1423 final UncaughtExceptionHandler ueh; // per-worker UEH2535 this.ueh = handler;2581 this.ueh = handler;2917 return ueh;
297 final Thread.UncaughtExceptionHandler ueh = in testSetUncaughtExceptionHandler() local305 ueh, false); in testSetUncaughtExceptionHandler()307 assertSame(ueh, p.getUncaughtExceptionHandler()); in testSetUncaughtExceptionHandler()
279 final Thread.UncaughtExceptionHandler ueh = in testSetUncaughtExceptionHandler() local287 ueh, false); in testSetUncaughtExceptionHandler()289 assertSame(ueh, p.getUncaughtExceptionHandler()); in testSetUncaughtExceptionHandler()