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

/libcore/luni/src/main/java/java/util/concurrent/
H A DThreadPoolExecutor.java210 * {@link #afterExecute(Runnable, Throwable)} methods that are called
1070 * gathering any of its thrown exceptions to send to afterExecute.
1078 * 5. After task.run completes, we call afterExecute, which may
1083 * The net effect of the exception mechanics is that afterExecute
1120 afterExecute(task, thrown);
1917 * should generally invoke {@code super.afterExecute} at the
1933 * protected void afterExecute(Runnable r, Throwable t) {
1934 * super.afterExecute(r, t);
1955 protected void afterExecute(Runnable r, Throwable t) { } method in class:ThreadPoolExecutor
/libcore/jsr166-tests/src/test/java/jsr166/
H A DThreadPoolExecutorSubclassTest.java170 protected void afterExecute(Runnable r, Throwable t) { method in class:ThreadPoolExecutorSubclassTest.CustomTPE
1241 * beforeExecute and afterExecute are called when executing task
H A DThreadPoolExecutorTest.java30 protected void afterExecute(Runnable r, Throwable t) { method in class:ThreadPoolExecutorTest.ExtendedTPE
1368 * beforeExecute and afterExecute are called when executing task

Completed in 20 milliseconds