Searched refs:uncaughtExceptionHandler (Results 1 – 3 of 3) sorted by relevance
77 Thread.UncaughtExceptionHandler uncaughtExceptionHandler) { in setUncaughtExceptionPreHandler() argument78 Thread.setUncaughtExceptionPreHandler(uncaughtExceptionHandler); in setUncaughtExceptionPreHandler()
939 uncaughtExceptionHandler = null; in exit()2044 private volatile UncaughtExceptionHandler uncaughtExceptionHandler; field in Thread2144 return uncaughtExceptionHandler != null ? in getUncaughtExceptionHandler()2145 uncaughtExceptionHandler : group; in getUncaughtExceptionHandler()2165 uncaughtExceptionHandler = eh; in setUncaughtExceptionHandler()
442 private volatile java.lang.Thread.UncaughtExceptionHandler uncaughtExceptionHandler; field in Thread