/libcore/jsr166-tests/src/test/java/jsr166/ |
D | RecursiveTaskTest.java | 50 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 …]
|
D | RecursiveActionTest.java | 54 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 …]
|
D | FutureTaskTest.java | 82 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()
|
D | ForkJoinTask8Test.java | 100 void checkNotDone(ForkJoinTask a) { in checkNotDone() method in ForkJoinTask8Test 1006 checkNotDone(f); 1067 checkNotDone(f); 1085 checkNotDone(f); 1124 checkNotDone(g); 1143 checkNotDone(g);
|
D | ForkJoinTaskTest.java | 77 void checkNotDone(ForkJoinTask a) { in checkNotDone() method in ForkJoinTaskTest 988 checkNotDone(f); 1049 checkNotDone(f); 1068 checkNotDone(f); 1109 checkNotDone(g); 1129 checkNotDone(g);
|
D | ForkJoinPool8Test.java | 68 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()
|
D | CountedCompleterTest.java | 75 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()
|
/libcore/ojluni/src/test/java/util/concurrent/tck/ |
D | RecursiveTaskTest.java | 86 checkNotDone(a); in testInvokeOnPool() 95 void checkNotDone(RecursiveTask a) { in checkNotDone() method in RecursiveTaskTest 680 checkNotDone(f); in testReinitialize() 688 checkNotDone(f); in testReinitialize() 703 checkNotDone(f); in testReinitializeAbnormal() 713 checkNotDone(f); in testReinitializeAbnormal() 955 checkNotDone(f); in testTryUnfork() 1021 checkNotDone(f); in testPollNextLocalTask() 1041 checkNotDone(f); in testPollTask() 1084 checkNotDone(g); in testPollNextLocalTaskAsync() [all …]
|
D | RecursiveActionTest.java | 91 checkNotDone(a); in testInvokeOnPool() 99 void checkNotDone(RecursiveAction a) { in checkNotDone() method in RecursiveActionTest 860 checkNotDone(f); in testReinitialize() 867 checkNotDone(f); in testReinitialize() 881 checkNotDone(f); in testReinitializeAbnormal() 891 checkNotDone(f); in testReinitializeAbnormal() 1130 checkNotDone(f); in testTryUnfork() 1195 checkNotDone(f); in testPollNextLocalTask() 1214 checkNotDone(f); in testPollTask() 1255 checkNotDone(g); in testPollNextLocalTaskAsync() [all …]
|
D | FutureTaskTest.java | 117 void checkNotDone(Future<?> f) { in checkNotDone() method in FutureTaskTest 129 checkNotDone(f); in checkIsRunning() 141 checkNotDone(f); in checkIsRunning() 313 checkNotDone(task); in testRunAndReset() 619 checkNotDone(task); in testGetRun() 659 checkNotDone(task); in testGetSet() 804 checkNotDone(task); in testGet_interruptible() 834 checkNotDone(task); in testTimedGet_interruptible()
|
D | ForkJoinPool19Test.java | 114 checkNotDone(a); in testInvokeOnPool() 121 checkNotDone(a); in checkInvoke() 126 void checkNotDone(ForkJoinTask<?> a) { in checkNotDone() method in ForkJoinPool19Test
|
D | ForkJoinTask8Test.java | 136 void checkNotDone(ForkJoinTask a) { in checkNotDone() method in ForkJoinTask8Test 1098 checkNotDone(f); 1162 checkNotDone(f); 1181 checkNotDone(f); 1222 checkNotDone(g); 1242 checkNotDone(g);
|
D | ForkJoinPool8Test.java | 106 checkNotDone(a); in checkInvoke() 111 void checkNotDone(ForkJoinTask a) { in checkNotDone() method in ForkJoinPool8Test 672 checkNotDone(f); in testReinitialize() 679 checkNotDone(f); in testReinitialize() 693 checkNotDone(f); in testReinitializeAbnormal() 703 checkNotDone(f); in testReinitializeAbnormal()
|
D | CountedCompleterTest.java | 112 void checkNotDone(CountedCompleter a) { in checkNotDone() method in CountedCompleterTest 290 checkNotDone(this); 1283 checkNotDone(f); in testTryUnfork() 1347 checkNotDone(f); in testPollNextLocalTask() 1367 checkNotDone(f); in testPollTask() 1410 checkNotDone(g); in testPollNextLocalTaskAsync() 1431 checkNotDone(g); in testPollTaskAsync()
|
D | ForkJoinTaskTest.java | 114 void checkNotDone(ForkJoinTask<?> a) { in checkNotDone() method in ForkJoinTaskTest 1064 checkNotDone(f); 1128 checkNotDone(f); 1148 checkNotDone(f); 1191 checkNotDone(g); 1212 checkNotDone(g);
|