Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/concurrent/tck/
DRecursiveTaskTest.java73 checkNotDone(a); in testInvokeOnPool()
82 void checkNotDone(RecursiveTask a) { in checkNotDone() method in RecursiveTaskTest
643 checkNotDone(f); in testReinitialize()
651 checkNotDone(f); in testReinitialize()
665 checkNotDone(f); in testReinitializeAbnormal()
675 checkNotDone(f); in testReinitializeAbnormal()
905 checkNotDone(f); in testTryUnfork()
968 checkNotDone(f); in testPollNextLocalTask()
987 checkNotDone(f); in testPollTask()
1028 checkNotDone(g); in testPollNextLocalTaskAsync()
[all …]
DRecursiveActionTest.java78 checkNotDone(a); in testInvokeOnPool()
86 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 …]
DFutureTaskTest.java105 void checkNotDone(Future<?> f) { in checkNotDone() method in FutureTaskTest
117 checkNotDone(f); in checkIsRunning()
129 checkNotDone(f); in checkIsRunning()
297 checkNotDone(task); in testRunAndReset()
591 checkNotDone(task); in testGetRun()
630 checkNotDone(task); in testGetSet()
770 checkNotDone(task); in testGet_interruptible()
799 checkNotDone(task); in testTimedGet_interruptible()
DForkJoinTask8Test.java123 void checkNotDone(ForkJoinTask a) { in checkNotDone() method in ForkJoinTask8Test
1029 checkNotDone(f);
1090 checkNotDone(f);
1108 checkNotDone(f);
1147 checkNotDone(g);
1166 checkNotDone(g);
DForkJoinPool8Test.java92 checkNotDone(a); in checkInvoke()
97 void checkNotDone(ForkJoinTask a) { in checkNotDone() method in ForkJoinPool8Test
637 checkNotDone(f); in testReinitialize()
644 checkNotDone(f); in testReinitialize()
657 checkNotDone(f); in testReinitializeAbnormal()
667 checkNotDone(f); in testReinitializeAbnormal()
DForkJoinTaskTest.java99 void checkNotDone(ForkJoinTask a) { in checkNotDone() method in ForkJoinTaskTest
1009 checkNotDone(f);
1070 checkNotDone(f);
1089 checkNotDone(f);
1130 checkNotDone(g);
1150 checkNotDone(g);
DCountedCompleterTest.java100 void checkNotDone(CountedCompleter a) { in checkNotDone() method in CountedCompleterTest
278 checkNotDone(this);
1222 checkNotDone(f); in testTryUnfork()
1283 checkNotDone(f); in testPollNextLocalTask()
1302 checkNotDone(f); in testPollTask()
1343 checkNotDone(g); in testPollNextLocalTaskAsync()
1363 checkNotDone(g); in testPollTaskAsync()
/libcore/jsr166-tests/src/test/java/jsr166/
DRecursiveTaskTest.java50 checkNotDone(a); in testInvokeOnPool()
59 void checkNotDone(RecursiveTask a) { in checkNotDone() method in RecursiveTaskTest
620 checkNotDone(f); in testReinitialize()
628 checkNotDone(f); in testReinitialize()
642 checkNotDone(f); in testReinitializeAbnormal()
652 checkNotDone(f); in testReinitializeAbnormal()
882 checkNotDone(f); in testTryUnfork()
945 checkNotDone(f); in testPollNextLocalTask()
964 checkNotDone(f); in testPollTask()
1005 checkNotDone(g); in testPollNextLocalTaskAsync()
[all …]
DRecursiveActionTest.java54 checkNotDone(a); in testInvokeOnPool()
62 void checkNotDone(RecursiveAction a) { in checkNotDone() method in RecursiveActionTest
806 checkNotDone(f); in testReinitialize()
813 checkNotDone(f); in testReinitialize()
826 checkNotDone(f); in testReinitializeAbnormal()
836 checkNotDone(f); in testReinitializeAbnormal()
1063 checkNotDone(f); in testTryUnfork()
1125 checkNotDone(f); in testPollNextLocalTask()
1143 checkNotDone(f); in testPollTask()
1182 checkNotDone(g); in testPollNextLocalTaskAsync()
[all …]
DFutureTaskTest.java82 void checkNotDone(Future<?> f) { in checkNotDone() method in FutureTaskTest
94 checkNotDone(f); in checkIsRunning()
106 checkNotDone(f); in checkIsRunning()
274 checkNotDone(task); in testRunAndReset()
568 checkNotDone(task); in testGetRun()
607 checkNotDone(task); in testGetSet()
747 checkNotDone(task); in testGet_interruptible()
776 checkNotDone(task); in testTimedGet_interruptible()
DForkJoinTask8Test.java100 void checkNotDone(ForkJoinTask a) { in checkNotDone() method in ForkJoinTask8Test
1006 checkNotDone(f);
1067 checkNotDone(f);
1085 checkNotDone(f);
1124 checkNotDone(g);
1143 checkNotDone(g);
DForkJoinPool8Test.java68 checkNotDone(a); in checkInvoke()
73 void checkNotDone(ForkJoinTask a) { in checkNotDone() method in ForkJoinPool8Test
619 checkNotDone(f); in testReinitialize()
626 checkNotDone(f); in testReinitialize()
639 checkNotDone(f); in testReinitializeAbnormal()
649 checkNotDone(f); in testReinitializeAbnormal()
DForkJoinTaskTest.java77 void checkNotDone(ForkJoinTask a) { in checkNotDone() method in ForkJoinTaskTest
988 checkNotDone(f);
1049 checkNotDone(f);
1068 checkNotDone(f);
1109 checkNotDone(g);
1129 checkNotDone(g);
DCountedCompleterTest.java75 void checkNotDone(CountedCompleter a) { in checkNotDone() method in CountedCompleterTest
253 checkNotDone(this);
1197 checkNotDone(f); in testTryUnfork()
1258 checkNotDone(f); in testPollNextLocalTask()
1277 checkNotDone(f); in testPollTask()
1318 checkNotDone(g); in testPollNextLocalTaskAsync()
1338 checkNotDone(g); in testPollTaskAsync()