Home
last modified time | relevance | path

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

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/container/dummys/
H A DDummyContainerAdaptor.java48 private volatile ScheduledExecutorService timeoutExecutor; field in DummyContainerAdaptor
153 public void setTimeoutExecutor(ScheduledExecutorService timeoutExecutor) { in setTimeoutExecutor() argument
154 this.timeoutExecutor = timeoutExecutor; in setTimeoutExecutor()
159 return this.timeoutExecutor; in getScheduledExecutor()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/nio/ch/
H A DAsynchronousChannelGroupImpl.java61 private ScheduledThreadPoolExecutor timeoutExecutor; field in AsynchronousChannelGroupImpl
86 this.timeoutExecutor = (ScheduledThreadPoolExecutor) in AsynchronousChannelGroupImpl()
88 this.timeoutExecutor.setRemoveOnCancelPolicy(true); in AsynchronousChannelGroupImpl()
202 return timeoutExecutor.schedule(task, timeout, unit);
253 timeoutExecutor.shutdown();
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/sun/nio/ch/
H A DAsynchronousChannelGroupImpl.java61 private ScheduledThreadPoolExecutor timeoutExecutor; field in AsynchronousChannelGroupImpl
86 this.timeoutExecutor = (ScheduledThreadPoolExecutor) in AsynchronousChannelGroupImpl()
88 this.timeoutExecutor.setRemoveOnCancelPolicy(true); in AsynchronousChannelGroupImpl()
202 return timeoutExecutor.schedule(task, timeout, unit);
253 timeoutExecutor.shutdown();
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/nio/ch/
H A DAsynchronousChannelGroupImpl.java61 private ScheduledThreadPoolExecutor timeoutExecutor; field in AsynchronousChannelGroupImpl
86 this.timeoutExecutor = (ScheduledThreadPoolExecutor) in AsynchronousChannelGroupImpl()
88 this.timeoutExecutor.setRemoveOnCancelPolicy(true); in AsynchronousChannelGroupImpl()
202 return timeoutExecutor.schedule(task, timeout, unit);
253 timeoutExecutor.shutdown();
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/sun/nio/ch/
H A DAsynchronousChannelGroupImpl.java61 private ScheduledThreadPoolExecutor timeoutExecutor; field in AsynchronousChannelGroupImpl
86 this.timeoutExecutor = (ScheduledThreadPoolExecutor) in AsynchronousChannelGroupImpl()
88 this.timeoutExecutor.setRemoveOnCancelPolicy(true); in AsynchronousChannelGroupImpl()
202 return timeoutExecutor.schedule(task, timeout, unit);
253 timeoutExecutor.shutdown();
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/sun/nio/ch/
H A DAsynchronousChannelGroupImpl.java62 private ScheduledThreadPoolExecutor timeoutExecutor; field in AsynchronousChannelGroupImpl
87 this.timeoutExecutor = (ScheduledThreadPoolExecutor) in AsynchronousChannelGroupImpl()
89 this.timeoutExecutor.setRemoveOnCancelPolicy(true); in AsynchronousChannelGroupImpl()
204 return timeoutExecutor.schedule(task, timeout, unit);
256 timeoutExecutor.shutdown();
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/sun/nio/ch/
H A DAsynchronousChannelGroupImpl.java61 private ScheduledThreadPoolExecutor timeoutExecutor; field in AsynchronousChannelGroupImpl
86 this.timeoutExecutor = (ScheduledThreadPoolExecutor) in AsynchronousChannelGroupImpl()
88 this.timeoutExecutor.setRemoveOnCancelPolicy(true); in AsynchronousChannelGroupImpl()
202 return timeoutExecutor.schedule(task, timeout, unit);
253 timeoutExecutor.shutdown();
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/nio/ch/
H A DAsynchronousChannelGroupImpl.java61 private ScheduledThreadPoolExecutor timeoutExecutor; field in AsynchronousChannelGroupImpl
86 this.timeoutExecutor = (ScheduledThreadPoolExecutor) in AsynchronousChannelGroupImpl()
88 this.timeoutExecutor.setRemoveOnCancelPolicy(true); in AsynchronousChannelGroupImpl()
202 return timeoutExecutor.schedule(task, timeout, unit);
253 timeoutExecutor.shutdown();
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/sun/nio/ch/
H A DAsynchronousChannelGroupImpl.java61 private ScheduledThreadPoolExecutor timeoutExecutor; field in AsynchronousChannelGroupImpl
86 this.timeoutExecutor = (ScheduledThreadPoolExecutor) in AsynchronousChannelGroupImpl()
88 this.timeoutExecutor.setRemoveOnCancelPolicy(true); in AsynchronousChannelGroupImpl()
202 return timeoutExecutor.schedule(task, timeout, unit);
253 timeoutExecutor.shutdown();
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/sun/nio/ch/
H A DAsynchronousChannelGroupImpl.java61 private ScheduledThreadPoolExecutor timeoutExecutor; field in AsynchronousChannelGroupImpl
86 this.timeoutExecutor = (ScheduledThreadPoolExecutor) in AsynchronousChannelGroupImpl()
88 this.timeoutExecutor.setRemoveOnCancelPolicy(true); in AsynchronousChannelGroupImpl()
202 return timeoutExecutor.schedule(task, timeout, unit);
253 timeoutExecutor.shutdown();
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/nio/ch/
H A DAsynchronousChannelGroupImpl.java61 private ScheduledThreadPoolExecutor timeoutExecutor; field in AsynchronousChannelGroupImpl
86 this.timeoutExecutor = (ScheduledThreadPoolExecutor) in AsynchronousChannelGroupImpl()
88 this.timeoutExecutor.setRemoveOnCancelPolicy(true); in AsynchronousChannelGroupImpl()
202 return timeoutExecutor.schedule(task, timeout, unit);
253 timeoutExecutor.shutdown();
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/container/
H A DTestModuleContainer.java1864 ScheduledExecutorService timeoutExecutor = new ScheduledThreadPoolExecutor(1); in testUsesTimeout() local
1871 adaptor.setTimeoutExecutor(timeoutExecutor); in testUsesTimeout()
1884 timeoutExecutor.shutdown(); in testUsesTimeout()