Home
last modified time | relevance | path

Searched refs:checkNotDone (Results 1 – 25 of 56) sorted by relevance

123

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/concurrent/tck/
H A DRecursiveTaskTest.java72 checkNotDone(a); in testInvokeOnPool()
81 void checkNotDone(RecursiveTask a) { in checkNotDone() method in RecursiveTaskTest
640 checkNotDone(f); in testReinitialize()
648 checkNotDone(f); in testReinitialize()
662 checkNotDone(f); in testReinitializeAbnormal()
672 checkNotDone(f); in testReinitializeAbnormal()
902 checkNotDone(f); in testTryUnfork()
965 checkNotDone(f); in testPollNextLocalTask()
984 checkNotDone(f); in testPollTask()
1025 checkNotDone(g); in testPollNextLocalTaskAsync()
[all …]
H A DRecursiveActionTest.java77 checkNotDone(a); in testInvokeOnPool()
85 void checkNotDone(RecursiveAction a) { in checkNotDone() method in RecursiveActionTest
814 checkNotDone(f); in testReinitialize()
821 checkNotDone(f); in testReinitialize()
834 checkNotDone(f); in testReinitializeAbnormal()
844 checkNotDone(f); in testReinitializeAbnormal()
1071 checkNotDone(f); in testTryUnfork()
1133 checkNotDone(f); in testPollNextLocalTask()
1151 checkNotDone(f); in testPollTask()
1190 checkNotDone(g); in testPollNextLocalTaskAsync()
[all …]
H A DFutureTaskTest.java103 void checkNotDone(Future<?> f) { in checkNotDone() method in FutureTaskTest
115 checkNotDone(f); in checkIsRunning()
127 checkNotDone(f); in checkIsRunning()
293 checkNotDone(task); in testRunAndReset()
588 checkNotDone(task); in testGetRun()
627 checkNotDone(task); in testGetSet()
767 checkNotDone(task); in testGet_interruptible()
796 checkNotDone(task); in testTimedGet_interruptible()
H A DForkJoinTask8Test.java121 void checkNotDone(ForkJoinTask a) { in checkNotDone() method in ForkJoinTask8Test
1027 checkNotDone(f);
1088 checkNotDone(f);
1106 checkNotDone(f);
1145 checkNotDone(g);
1164 checkNotDone(g);
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/util/concurrent/tck/
H A DRecursiveTaskTest.java72 checkNotDone(a); in testInvokeOnPool()
81 void checkNotDone(RecursiveTask a) { in checkNotDone() method in RecursiveTaskTest
644 checkNotDone(f); in testReinitialize()
652 checkNotDone(f); in testReinitialize()
666 checkNotDone(f); in testReinitializeAbnormal()
676 checkNotDone(f); in testReinitializeAbnormal()
906 checkNotDone(f); in testTryUnfork()
969 checkNotDone(f); in testPollNextLocalTask()
988 checkNotDone(f); in testPollTask()
1029 checkNotDone(g); in testPollNextLocalTaskAsync()
[all …]
H A DRecursiveActionTest.java77 checkNotDone(a); in testInvokeOnPool()
85 void checkNotDone(RecursiveAction a) { in checkNotDone() method in RecursiveActionTest
818 checkNotDone(f); in testReinitialize()
825 checkNotDone(f); in testReinitialize()
838 checkNotDone(f); in testReinitializeAbnormal()
848 checkNotDone(f); in testReinitializeAbnormal()
1075 checkNotDone(f); in testTryUnfork()
1137 checkNotDone(f); in testPollNextLocalTask()
1155 checkNotDone(f); in testPollTask()
1194 checkNotDone(g); in testPollNextLocalTaskAsync()
[all …]
H A DFutureTaskTest.java106 void checkNotDone(Future<?> f) { in checkNotDone() method in FutureTaskTest
118 checkNotDone(f); in checkIsRunning()
130 checkNotDone(f); in checkIsRunning()
299 checkNotDone(task); in testRunAndReset()
594 checkNotDone(task); in testGetRun()
633 checkNotDone(task); in testGetSet()
773 checkNotDone(task); in testGet_interruptible()
802 checkNotDone(task); in testTimedGet_interruptible()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/util/concurrent/tck/
H A DRecursiveTaskTest.java72 checkNotDone(a); in testInvokeOnPool()
81 void checkNotDone(RecursiveTask a) { in checkNotDone() method in RecursiveTaskTest
644 checkNotDone(f); in testReinitialize()
652 checkNotDone(f); in testReinitialize()
666 checkNotDone(f); in testReinitializeAbnormal()
676 checkNotDone(f); in testReinitializeAbnormal()
906 checkNotDone(f); in testTryUnfork()
969 checkNotDone(f); in testPollNextLocalTask()
988 checkNotDone(f); in testPollTask()
1029 checkNotDone(g); in testPollNextLocalTaskAsync()
[all …]
H A DRecursiveActionTest.java77 checkNotDone(a); in testInvokeOnPool()
85 void checkNotDone(RecursiveAction a) { in checkNotDone() method in RecursiveActionTest
818 checkNotDone(f); in testReinitialize()
825 checkNotDone(f); in testReinitialize()
838 checkNotDone(f); in testReinitializeAbnormal()
848 checkNotDone(f); in testReinitializeAbnormal()
1075 checkNotDone(f); in testTryUnfork()
1137 checkNotDone(f); in testPollNextLocalTask()
1155 checkNotDone(f); in testPollTask()
1194 checkNotDone(g); in testPollNextLocalTaskAsync()
[all …]
H A DFutureTaskTest.java106 void checkNotDone(Future<?> f) { in checkNotDone() method in FutureTaskTest
118 checkNotDone(f); in checkIsRunning()
130 checkNotDone(f); in checkIsRunning()
299 checkNotDone(task); in testRunAndReset()
594 checkNotDone(task); in testGetRun()
633 checkNotDone(task); in testGetSet()
773 checkNotDone(task); in testGet_interruptible()
802 checkNotDone(task); in testTimedGet_interruptible()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/concurrent/tck/
H A DRecursiveTaskTest.java72 checkNotDone(a); in testInvokeOnPool()
81 void checkNotDone(RecursiveTask a) { in checkNotDone() method in RecursiveTaskTest
640 checkNotDone(f); in testReinitialize()
648 checkNotDone(f); in testReinitialize()
662 checkNotDone(f); in testReinitializeAbnormal()
672 checkNotDone(f); in testReinitializeAbnormal()
902 checkNotDone(f); in testTryUnfork()
965 checkNotDone(f); in testPollNextLocalTask()
984 checkNotDone(f); in testPollTask()
1025 checkNotDone(g); in testPollNextLocalTaskAsync()
[all …]
H A DRecursiveActionTest.java77 checkNotDone(a); in testInvokeOnPool()
85 void checkNotDone(RecursiveAction a) { in checkNotDone() method in RecursiveActionTest
814 checkNotDone(f); in testReinitialize()
821 checkNotDone(f); in testReinitialize()
834 checkNotDone(f); in testReinitializeAbnormal()
844 checkNotDone(f); in testReinitializeAbnormal()
1071 checkNotDone(f); in testTryUnfork()
1133 checkNotDone(f); in testPollNextLocalTask()
1151 checkNotDone(f); in testPollTask()
1190 checkNotDone(g); in testPollNextLocalTaskAsync()
[all …]
H A DFutureTaskTest.java103 void checkNotDone(Future<?> f) { in checkNotDone() method in FutureTaskTest
115 checkNotDone(f); in checkIsRunning()
127 checkNotDone(f); in checkIsRunning()
293 checkNotDone(task); in testRunAndReset()
588 checkNotDone(task); in testGetRun()
627 checkNotDone(task); in testGetSet()
767 checkNotDone(task); in testGet_interruptible()
796 checkNotDone(task); in testTimedGet_interruptible()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/util/concurrent/tck/
H A DRecursiveTaskTest.java72 checkNotDone(a); in testInvokeOnPool()
81 void checkNotDone(RecursiveTask a) { in checkNotDone() method in RecursiveTaskTest
644 checkNotDone(f); in testReinitialize()
652 checkNotDone(f); in testReinitialize()
666 checkNotDone(f); in testReinitializeAbnormal()
676 checkNotDone(f); in testReinitializeAbnormal()
906 checkNotDone(f); in testTryUnfork()
969 checkNotDone(f); in testPollNextLocalTask()
988 checkNotDone(f); in testPollTask()
1029 checkNotDone(g); in testPollNextLocalTaskAsync()
[all …]
H A DRecursiveActionTest.java77 checkNotDone(a); in testInvokeOnPool()
85 void checkNotDone(RecursiveAction a) { in checkNotDone() method in RecursiveActionTest
818 checkNotDone(f); in testReinitialize()
825 checkNotDone(f); in testReinitialize()
838 checkNotDone(f); in testReinitializeAbnormal()
848 checkNotDone(f); in testReinitializeAbnormal()
1075 checkNotDone(f); in testTryUnfork()
1137 checkNotDone(f); in testPollNextLocalTask()
1155 checkNotDone(f); in testPollTask()
1194 checkNotDone(g); in testPollNextLocalTaskAsync()
[all …]
H A DFutureTaskTest.java106 void checkNotDone(Future<?> f) { in checkNotDone() method in FutureTaskTest
118 checkNotDone(f); in checkIsRunning()
130 checkNotDone(f); in checkIsRunning()
299 checkNotDone(task); in testRunAndReset()
594 checkNotDone(task); in testGetRun()
633 checkNotDone(task); in testGetSet()
773 checkNotDone(task); in testGet_Interruptible()
803 checkNotDone(task); in testTimedGet_Interruptible()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/util/concurrent/tck/
H A DRecursiveTaskTest.java72 checkNotDone(a); in testInvokeOnPool()
81 void checkNotDone(RecursiveTask a) { in checkNotDone() method in RecursiveTaskTest
644 checkNotDone(f); in testReinitialize()
652 checkNotDone(f); in testReinitialize()
666 checkNotDone(f); in testReinitializeAbnormal()
676 checkNotDone(f); in testReinitializeAbnormal()
906 checkNotDone(f); in testTryUnfork()
969 checkNotDone(f); in testPollNextLocalTask()
988 checkNotDone(f); in testPollTask()
1029 checkNotDone(g); in testPollNextLocalTaskAsync()
[all …]
H A DRecursiveActionTest.java77 checkNotDone(a); in testInvokeOnPool()
85 void checkNotDone(RecursiveAction a) { in checkNotDone() method in RecursiveActionTest
818 checkNotDone(f); in testReinitialize()
825 checkNotDone(f); in testReinitialize()
838 checkNotDone(f); in testReinitializeAbnormal()
848 checkNotDone(f); in testReinitializeAbnormal()
1075 checkNotDone(f); in testTryUnfork()
1137 checkNotDone(f); in testPollNextLocalTask()
1155 checkNotDone(f); in testPollTask()
1194 checkNotDone(g); in testPollNextLocalTaskAsync()
[all …]
H A DFutureTaskTest.java106 void checkNotDone(Future<?> f) { in checkNotDone() method in FutureTaskTest
118 checkNotDone(f); in checkIsRunning()
130 checkNotDone(f); in checkIsRunning()
299 checkNotDone(task); in testRunAndReset()
594 checkNotDone(task); in testGetRun()
633 checkNotDone(task); in testGetSet()
773 checkNotDone(task); in testGet_Interruptible()
803 checkNotDone(task); in testTimedGet_Interruptible()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/util/concurrent/tck/
H A DRecursiveTaskTest.java72 checkNotDone(a); in testInvokeOnPool()
81 void checkNotDone(RecursiveTask<?> a) { in checkNotDone() method in RecursiveTaskTest
644 checkNotDone(f); in testReinitialize()
652 checkNotDone(f); in testReinitialize()
666 checkNotDone(f); in testReinitializeAbnormal()
676 checkNotDone(f); in testReinitializeAbnormal()
906 checkNotDone(f); in testTryUnfork()
969 checkNotDone(f); in testPollNextLocalTask()
988 checkNotDone(f); in testPollTask()
1029 checkNotDone(g); in testPollNextLocalTaskAsync()
[all …]
H A DRecursiveActionTest.java77 checkNotDone(a); in testInvokeOnPool()
85 void checkNotDone(RecursiveAction a) { in checkNotDone() method in RecursiveActionTest
818 checkNotDone(f); in testReinitialize()
825 checkNotDone(f); in testReinitialize()
838 checkNotDone(f); in testReinitializeAbnormal()
848 checkNotDone(f); in testReinitializeAbnormal()
1075 checkNotDone(f); in testTryUnfork()
1137 checkNotDone(f); in testPollNextLocalTask()
1155 checkNotDone(f); in testPollTask()
1194 checkNotDone(g); in testPollNextLocalTaskAsync()
[all …]
H A DFutureTaskTest.java106 void checkNotDone(Future<?> f) { in checkNotDone() method in FutureTaskTest
118 checkNotDone(f); in checkIsRunning()
130 checkNotDone(f); in checkIsRunning()
299 checkNotDone(task); in testRunAndReset()
594 checkNotDone(task); in testGetRun()
633 checkNotDone(task); in testGetSet()
772 checkNotDone(task); in testGet_Interruptible()
802 checkNotDone(task); in testTimedGet_Interruptible()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/util/concurrent/tck/
H A DRecursiveTaskTest.java72 checkNotDone(a); in testInvokeOnPool()
81 void checkNotDone(RecursiveTask a) { in checkNotDone() method in RecursiveTaskTest
644 checkNotDone(f); in testReinitialize()
652 checkNotDone(f); in testReinitialize()
666 checkNotDone(f); in testReinitializeAbnormal()
676 checkNotDone(f); in testReinitializeAbnormal()
906 checkNotDone(f); in testTryUnfork()
969 checkNotDone(f); in testPollNextLocalTask()
988 checkNotDone(f); in testPollTask()
1029 checkNotDone(g); in testPollNextLocalTaskAsync()
[all …]
H A DRecursiveActionTest.java77 checkNotDone(a); in testInvokeOnPool()
85 void checkNotDone(RecursiveAction a) { in checkNotDone() method in RecursiveActionTest
818 checkNotDone(f); in testReinitialize()
825 checkNotDone(f); in testReinitialize()
838 checkNotDone(f); in testReinitializeAbnormal()
848 checkNotDone(f); in testReinitializeAbnormal()
1075 checkNotDone(f); in testTryUnfork()
1137 checkNotDone(f); in testPollNextLocalTask()
1155 checkNotDone(f); in testPollTask()
1194 checkNotDone(g); in testPollNextLocalTaskAsync()
[all …]
H A DFutureTaskTest.java106 void checkNotDone(Future<?> f) { in checkNotDone() method in FutureTaskTest
118 checkNotDone(f); in checkIsRunning()
130 checkNotDone(f); in checkIsRunning()
299 checkNotDone(task); in testRunAndReset()
594 checkNotDone(task); in testGetRun()
633 checkNotDone(task); in testGetSet()
773 checkNotDone(task); in testGet_Interruptible()
803 checkNotDone(task); in testTimedGet_Interruptible()

123