Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/concurrent/
DScheduledThreadPoolExecutor.java631 ScheduledFutureTask<Void> sft = in scheduleAtFixedRate() local
637 RunnableScheduledFuture<Void> t = decorateTask(command, sft); in scheduleAtFixedRate()
638 sft.outerTask = t; in scheduleAtFixedRate()
679 ScheduledFutureTask<Void> sft = in scheduleWithFixedDelay() local
685 RunnableScheduledFuture<Void> t = decorateTask(command, sft); in scheduleWithFixedDelay()
686 sft.outerTask = t; in scheduleWithFixedDelay()