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

/libcore/luni/src/main/java/java/util/concurrent/
H A DThreadPoolExecutor.java211 * {@link #afterExecute(Runnable, Throwable)} methods that are called
1071 * gathering any of its thrown exceptions to send to afterExecute.
1079 * 5. After task.run completes, we call afterExecute, which may
1084 * The net effect of the exception mechanics is that afterExecute
1121 afterExecute(task, thrown);
1920 * should generally invoke {@code super.afterExecute} at the
1936 * protected void afterExecute(Runnable r, Throwable t) {
1937 * super.afterExecute(r, t);
1958 protected void afterExecute(Runnable r, Throwable t) { } method in class:ThreadPoolExecutor
/libcore/jsr166-tests/src/test/java/jsr166/
H A DThreadPoolExecutorSubclassTest.java200 protected void afterExecute(Runnable r, Throwable t) { method in class:ThreadPoolExecutorSubclassTest.CustomTPE
1271 * beforeExecute and afterExecute are called when executing task
H A DThreadPoolExecutorTest.java58 protected void afterExecute(Runnable r, Throwable t) { method in class:ThreadPoolExecutorTest.ExtendedTPE
1396 * beforeExecute and afterExecute are called when executing task

Completed in 48 milliseconds