Searched defs:decorateTask (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/util/concurrent/ThreadPoolExecutor/
H A DCustom.java70 protected <V> RunnableScheduledFuture<V> decorateTask( method in class:Custom.CustomSTPE
75 protected <V> RunnableScheduledFuture<V> decorateTask( method in class:Custom.CustomSTPE
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DScheduledThreadPoolExecutor.java90 * {@code decorateTask} (one version each for {@code Runnable} and
104 * protected <V> RunnableScheduledFuture<V> decorateTask(
109 * protected <V> RunnableScheduledFuture<V> decorateTask(
397 protected <V> RunnableScheduledFuture<V> decorateTask( method in class:ScheduledThreadPoolExecutor
413 protected <V> RunnableScheduledFuture<V> decorateTask( method in class:ScheduledThreadPoolExecutor
527 RunnableScheduledFuture<?> t = decorateTask(command,
543 RunnableScheduledFuture<V> t = decorateTask(callable,
568 RunnableScheduledFuture<Void> t = decorateTask(command, sft);
592 RunnableScheduledFuture<Void> t = decorateTask(command, sft);

Completed in 24 milliseconds