Searched defs:beforeExecute (Results 1 - 3 of 3) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
H A DThreadPoolExecutorSubclassTest.java205 protected void beforeExecute(Thread t, Runnable r) { method in class:ThreadPoolExecutorSubclassTest.CustomTPE
1410 * beforeExecute and afterExecute are called when executing task
H A DThreadPoolExecutorTest.java58 protected void beforeExecute(Thread t, Runnable r) { method in class:ThreadPoolExecutorTest.ExtendedTPE
1417 * beforeExecute and afterExecute are called when executing task
/libcore/ojluni/src/main/java/java/util/concurrent/
H A DThreadPoolExecutor.java256 * {@link #beforeExecute(Thread, Runnable)} and
304 * protected void beforeExecute(Thread t, Runnable r) {
305 * super.beforeExecute(t, r);
1119 * 3. Each task run is preceded by a call to beforeExecute, which
1124 * 4. Assuming beforeExecute completes normally, we run the task,
1164 beforeExecute(wt, task);
1970 * should generally invoke {@code super.beforeExecute} at the end of
1976 protected void beforeExecute(Thread t, Runnable r) { } method in class:ThreadPoolExecutor

Completed in 32 milliseconds