Searched refs:uncaughtExceptionHandler (Results 1 – 3 of 3) sorted by relevance
101 @Nullable Thread.UncaughtExceptionHandler uncaughtExceptionHandler) { in setUncaughtExceptionPreHandler()102 Thread.setUncaughtExceptionPreHandler(uncaughtExceptionHandler); in setUncaughtExceptionPreHandler()
1032 uncaughtExceptionHandler = null; in exit()2157 private volatile UncaughtExceptionHandler uncaughtExceptionHandler; field in Thread2263 return uncaughtExceptionHandler != null ? in getUncaughtExceptionHandler()2264 uncaughtExceptionHandler : group; in getUncaughtExceptionHandler()2284 uncaughtExceptionHandler = eh; in setUncaughtExceptionHandler()
444 private volatile java.lang.Thread.UncaughtExceptionHandler uncaughtExceptionHandler; field in Thread