Searched refs:ueh (Results 1 – 4 of 4) sorted by relevance
1070 Thread.UncaughtExceptionHandler ueh = in uncaughtException() local1072 if (ueh != null) { in uncaughtException()1073 ueh.uncaughtException(t, e); in uncaughtException()
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()
1309 final UncaughtExceptionHandler ueh; // per-worker UEH1369 if ((handler = ueh) != null)2315 this.ueh = handler;2375 this.ueh = handler;2545 return ueh;