Searched refs:afterExecute (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DThreadPoolExecutor.java238 * #beforeExecute} and {@link #afterExecute} methods that are called
1104 * afterExecute. We separately handle RuntimeException, Error
1111 * 5. After task.run completes, we call afterExecute, which may
1116 * The net effect of the exception mechanics is that afterExecute
1153 afterExecute(task, thrown);
1954 * should generally invoke {@code super.afterExecute} at the
1970 * protected void afterExecute(Runnable r, Throwable t) {
1971 * super.afterExecute(r, t);
1992 protected void afterExecute(Runnable r, Throwable t) { } method in class:ThreadPoolExecutor
/openjdk7/jdk/test/java/util/concurrent/ThreadPoolExecutor/
H A DThrowingTasks.java172 @Override protected void afterExecute(Runnable r, Throwable t) { method in class:ThrowingTasks.CheckingExecutor

Completed in 818 milliseconds