Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/concurrent/
DThreadPoolExecutor.java1138 afterExecute(task, null); in runWorker()
1140 afterExecute(task, ex); in runWorker()
2011 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/ojluni/src/test/java/util/concurrent/tck/
DThreadPoolExecutorSubclassTest.java230 protected void afterExecute(Runnable r, Throwable t) { in afterExecute() method in ThreadPoolExecutorSubclassTest.CustomTPE
DThreadPoolExecutorTest.java83 protected void afterExecute(Runnable r, Throwable t) { in afterExecute() method in ThreadPoolExecutorTest.ExtendedTPE
/libcore/jsr166-tests/src/test/java/jsr166/
DThreadPoolExecutorSubclassTest.java208 protected void afterExecute(Runnable r, Throwable t) { in afterExecute() method in ThreadPoolExecutorSubclassTest.CustomTPE
DThreadPoolExecutorTest.java61 protected void afterExecute(Runnable r, Throwable t) { in afterExecute() method in ThreadPoolExecutorTest.ExtendedTPE
/libcore/api/
Dcurrent.txt15431 method protected void afterExecute(Runnable, Throwable);