Searched refs:decorateTask (Results 1 – 4 of 4) sorted by relevance
414 protected <V> RunnableScheduledFuture<V> decorateTask( in decorateTask() method in ScheduledThreadPoolExecutor431 protected <V> RunnableScheduledFuture<V> decorateTask( in decorateTask() method in ScheduledThreadPoolExecutor565 RunnableScheduledFuture<Void> t = decorateTask(command, in schedule()582 RunnableScheduledFuture<V> t = decorateTask(callable, in schedule()637 RunnableScheduledFuture<Void> t = decorateTask(command, sft); in scheduleAtFixedRate()685 RunnableScheduledFuture<Void> t = decorateTask(command, sft); in scheduleWithFixedDelay()
84 …protected <V> RunnableScheduledFuture<V> decorateTask(Runnable r, RunnableScheduledFuture<V> task)… in decorateTask() method in ScheduledExecutorSubclassTest.CustomExecutor88 …protected <V> RunnableScheduledFuture<V> decorateTask(Callable<V> c, RunnableScheduledFuture<V> ta… in decorateTask() method in ScheduledExecutorSubclassTest.CustomExecutor
108 …protected <V> RunnableScheduledFuture<V> decorateTask(Runnable r, RunnableScheduledFuture<V> task)… in decorateTask() method in ScheduledExecutorSubclassTest.CustomExecutor112 …protected <V> RunnableScheduledFuture<V> decorateTask(Callable<V> c, RunnableScheduledFuture<V> ta… in decorateTask() method in ScheduledExecutorSubclassTest.CustomExecutor
16277 …method protected <V> java.util.concurrent.RunnableScheduledFuture<V> decorateTask(Runnable, java.u…16278 …method protected <V> java.util.concurrent.RunnableScheduledFuture<V> decorateTask(java.util.concur…