Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/concurrent/
DThreadPoolExecutor.java1175 afterExecute(task, thrown); in runWorker()
2028 protected void afterExecute(Runnable r, Throwable t) { } in afterExecute() method in ThreadPoolExecutor
/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/
DThreadPoolExecutor.java313 protected void afterExecute(java.lang.Runnable r, java.lang.Throwable t) { in afterExecute() method in ThreadPoolExecutor
/libcore/jsr166-tests/src/test/java/jsr166/
DThreadPoolExecutorTest.java61 protected void afterExecute(Runnable r, Throwable t) { in afterExecute() method in ThreadPoolExecutorTest.ExtendedTPE