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

/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
H A DThreadPoolExecutor.java204 * #beforeExecute} and {@link #afterExecute} methods that are called
247 * protected void beforeExecute(Thread t, Runnable r) {
248 * super.beforeExecute(t, r);
1030 * 3. Each task run is preceded by a call to beforeExecute, which
1035 * 4. Assuming beforeExecute completes normally, we run the task,
1065 beforeExecute(w.thread, task);
1766 * should generally invoke {@code super.beforeExecute} at the end of
1772 protected void beforeExecute(Thread t, Runnable r) { } method in class:ThreadPoolExecutor
/dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/
H A DThreadPoolExecutorTest.java31 protected void beforeExecute(Thread t, Runnable r) { method in class:ThreadPoolExecutorTest.ExtendedTPE
1021 * beforeExecute and afterExecute are called when executing task

Completed in 86 milliseconds