Home
last modified time | relevance | path

Searched refs:stpe (Results 1 – 25 of 49) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/concurrent/ThreadPoolExecutor/
H A DThreadRestarts.java60 ScheduledThreadPoolExecutor stpe in test() local
65 stpe.schedule(nop, FAR_FUTURE_MS, MILLISECONDS); in test()
66 stpe.setKeepAliveTime(1L, MILLISECONDS); in test()
67 stpe.allowCoreThreadTimeOut(allowTimeout); in test()
70 stpe.shutdownNow(); in test()
71 if (!stpe.awaitTermination(LONG_DELAY_MS, MILLISECONDS)) in test()
H A DCustom.java134 CustomSTPE stpe = new CustomSTPE(); in main() local
136 stpe.submit(new Runnable() { public void run() {}}); in main()
139 stpe.shutdown(); in main()
140 stpe.awaitTermination(LONG_DELAY_MS, MILLISECONDS); in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/concurrent/ThreadPoolExecutor/
H A DThreadRestarts.java60 ScheduledThreadPoolExecutor stpe in test() local
65 stpe.schedule(nop, FAR_FUTURE_MS, MILLISECONDS); in test()
66 stpe.setKeepAliveTime(1L, MILLISECONDS); in test()
67 stpe.allowCoreThreadTimeOut(allowTimeout); in test()
70 stpe.shutdownNow(); in test()
71 if (!stpe.awaitTermination(LONG_DELAY_MS, MILLISECONDS)) in test()
H A DCustom.java134 CustomSTPE stpe = new CustomSTPE(); in main() local
136 stpe.submit(new Runnable() { public void run() {}}); in main()
139 stpe.shutdown(); in main()
140 stpe.awaitTermination(LONG_DELAY_MS, MILLISECONDS); in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/util/concurrent/ThreadPoolExecutor/
H A DThreadRestarts.java60 ScheduledThreadPoolExecutor stpe in test() local
65 stpe.schedule(nop, FAR_FUTURE_MS, MILLISECONDS); in test()
66 stpe.setKeepAliveTime(1L, MILLISECONDS); in test()
67 stpe.allowCoreThreadTimeOut(allowTimeout); in test()
70 stpe.shutdownNow(); in test()
71 if (!stpe.awaitTermination(LONG_DELAY_MS, MILLISECONDS)) in test()
H A DCustom.java134 CustomSTPE stpe = new CustomSTPE(); in main() local
136 stpe.submit(new Runnable() { public void run() {}}); in main()
139 stpe.shutdown(); in main()
140 stpe.awaitTermination(LONG_DELAY_MS, MILLISECONDS); in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/util/concurrent/ThreadPoolExecutor/
H A DThreadRestarts.java60 ScheduledThreadPoolExecutor stpe in test() local
65 stpe.schedule(nop, FAR_FUTURE_MS, MILLISECONDS); in test()
66 stpe.setKeepAliveTime(1L, MILLISECONDS); in test()
67 stpe.allowCoreThreadTimeOut(allowTimeout); in test()
70 stpe.shutdownNow(); in test()
71 if (!stpe.awaitTermination(LONG_DELAY_MS, MILLISECONDS)) in test()
H A DCustom.java134 CustomSTPE stpe = new CustomSTPE(); in main() local
136 stpe.submit(new Runnable() { public void run() {}}); in main()
139 stpe.shutdown(); in main()
140 stpe.awaitTermination(LONG_DELAY_MS, MILLISECONDS); in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/util/concurrent/ThreadPoolExecutor/
H A DThreadRestarts.java60 ScheduledThreadPoolExecutor stpe in test() local
65 stpe.schedule(nop, FAR_FUTURE_MS, MILLISECONDS); in test()
66 stpe.setKeepAliveTime(1L, MILLISECONDS); in test()
67 stpe.allowCoreThreadTimeOut(allowTimeout); in test()
70 stpe.shutdownNow(); in test()
71 if (!stpe.awaitTermination(LONG_DELAY_MS, MILLISECONDS)) in test()
H A DCustom.java134 CustomSTPE stpe = new CustomSTPE(); in main() local
136 stpe.submit(new Runnable() { public void run() {}}); in main()
139 stpe.shutdown(); in main()
140 stpe.awaitTermination(LONG_DELAY_MS, MILLISECONDS); in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/util/concurrent/ThreadPoolExecutor/
H A DThreadRestarts.java60 ScheduledThreadPoolExecutor stpe in test() local
65 stpe.schedule(nop, FAR_FUTURE_MS, MILLISECONDS); in test()
66 stpe.setKeepAliveTime(1L, MILLISECONDS); in test()
67 stpe.allowCoreThreadTimeOut(allowTimeout); in test()
70 stpe.shutdownNow(); in test()
71 if (!stpe.awaitTermination(LONG_DELAY_MS, MILLISECONDS)) in test()
H A DCustom.java134 CustomSTPE stpe = new CustomSTPE(); in main() local
136 stpe.submit(new Runnable() { public void run() {}}); in main()
139 stpe.shutdown(); in main()
140 stpe.awaitTermination(LONG_DELAY_MS, MILLISECONDS); in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/util/concurrent/ThreadPoolExecutor/
H A DThreadRestarts.java60 ScheduledThreadPoolExecutor stpe in test() local
65 stpe.schedule(nop, FAR_FUTURE_MS, MILLISECONDS); in test()
66 stpe.setKeepAliveTime(1L, MILLISECONDS); in test()
67 stpe.allowCoreThreadTimeOut(allowTimeout); in test()
70 stpe.shutdownNow(); in test()
71 if (!stpe.awaitTermination(LONG_DELAY_MS, MILLISECONDS)) in test()
H A DCustom.java134 CustomSTPE stpe = new CustomSTPE(); in main() local
136 stpe.submit(new Runnable() { public void run() {}}); in main()
139 stpe.shutdown(); in main()
140 stpe.awaitTermination(LONG_DELAY_MS, MILLISECONDS); in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/util/concurrent/ThreadPoolExecutor/
H A DThreadRestarts.java60 ScheduledThreadPoolExecutor stpe in test() local
65 stpe.schedule(nop, FAR_FUTURE_MS, MILLISECONDS); in test()
66 stpe.setKeepAliveTime(1L, MILLISECONDS); in test()
67 stpe.allowCoreThreadTimeOut(allowTimeout); in test()
70 stpe.shutdownNow(); in test()
71 if (!stpe.awaitTermination(LONG_DELAY_MS, MILLISECONDS)) in test()
H A DCustom.java134 CustomSTPE stpe = new CustomSTPE(); in main() local
136 stpe.submit(new Runnable() { public void run() {}}); in main()
139 stpe.shutdown(); in main()
140 stpe.awaitTermination(LONG_DELAY_MS, MILLISECONDS); in main()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/util/concurrent/ThreadPoolExecutor/
H A DCustom.java107 CustomSTPE stpe = new CustomSTPE(); in main() local
109 stpe.submit(new Runnable() { public void run() {}}); in main()
112 stpe.shutdown(); in main()
113 stpe.awaitTermination(120, TimeUnit.SECONDS); in main()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/util/concurrent/ThreadPoolExecutor/
H A DCustom.java107 CustomSTPE stpe = new CustomSTPE(); in main() local
109 stpe.submit(new Runnable() { public void run() {}}); in main()
112 stpe.shutdown(); in main()
113 stpe.awaitTermination(120, TimeUnit.SECONDS); in main()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/concurrent/BlockingQueue/
H A DInterrupt.java68 final ScheduledThreadPoolExecutor stpe in checkInterrupted() local
72 stpe.schedule(r, 20, MILLISECONDS); }}; in checkInterrupted()
75 stpe.shutdown(); in checkInterrupted()
76 check(stpe.awaitTermination(LONG_DELAY_MS, MILLISECONDS)); in checkInterrupted()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/util/concurrent/BlockingQueue/
H A DInterrupt.java68 final ScheduledThreadPoolExecutor stpe in checkInterrupted() local
72 stpe.schedule(r, 20, MILLISECONDS); }}; in checkInterrupted()
75 stpe.shutdown(); in checkInterrupted()
76 check(stpe.awaitTermination(LONG_DELAY_MS, MILLISECONDS)); in checkInterrupted()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/go-swagger/go-swagger/vendor/github.com/go-openapi/validate/
H A Dtype.go113 stpe := reflect.TypeOf(source)
114 …r := (len(t.Type) > 0 || t.Format != "") && (stpe == specSchemaType || stpe == specParameterType |…
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/go-openapi/validate/
H A Dtype.go113 stpe := reflect.TypeOf(source)
114 …r := (len(t.Type) > 0 || t.Format != "") && (stpe == specSchemaType || stpe == specParameterType |…
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/util/concurrent/BlockingQueue/
H A DInterrupt.java68 final ScheduledThreadPoolExecutor stpe in checkInterrupted() local
72 stpe.schedule(r, 20, MILLISECONDS); }}; in checkInterrupted()
75 stpe.shutdown(); in checkInterrupted()
76 check(stpe.awaitTermination(LONG_DELAY_MS, MILLISECONDS)); in checkInterrupted()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/concurrent/BlockingQueue/
H A DInterrupt.java68 final ScheduledThreadPoolExecutor stpe in checkInterrupted() local
72 stpe.schedule(r, 20, MILLISECONDS); }}; in checkInterrupted()
75 stpe.shutdown(); in checkInterrupted()
76 check(stpe.awaitTermination(LONG_DELAY_MS, MILLISECONDS)); in checkInterrupted()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/util/concurrent/BlockingQueue/
H A DInterrupt.java68 final ScheduledThreadPoolExecutor stpe in checkInterrupted() local
72 stpe.schedule(r, 20, MILLISECONDS); }}; in checkInterrupted()
75 stpe.shutdown(); in checkInterrupted()
76 check(stpe.awaitTermination(LONG_DELAY_MS, MILLISECONDS)); in checkInterrupted()

12