Searched refs:uncaughtExceptionHandler (Results 1 – 3 of 3) sorted by relevance
86 Thread.UncaughtExceptionHandler uncaughtExceptionHandler) { in setUncaughtExceptionPreHandler() argument87 Thread.setUncaughtExceptionPreHandler(uncaughtExceptionHandler); in setUncaughtExceptionPreHandler()
942 uncaughtExceptionHandler = null; in exit()2061 private volatile UncaughtExceptionHandler uncaughtExceptionHandler; field in Thread2161 return uncaughtExceptionHandler != null ? in getUncaughtExceptionHandler()2162 uncaughtExceptionHandler : group; in getUncaughtExceptionHandler()2182 uncaughtExceptionHandler = eh; in setUncaughtExceptionHandler()
444 private volatile java.lang.Thread.UncaughtExceptionHandler uncaughtExceptionHandler; field in Thread