Home
last modified time | relevance | path

Searched refs:checkCompletedNormally (Results 1 – 5 of 5) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DForkJoinTaskTest.java80 <T> void checkCompletedNormally(ForkJoinTask<T> a) { in checkCompletedNormally() method in ForkJoinTaskTest
81 checkCompletedNormally(a, null); in checkCompletedNormally()
84 <T> void checkCompletedNormally(ForkJoinTask<T> a, T expected) { in checkCompletedNormally() method in ForkJoinTaskTest
386 checkCompletedNormally(f); in testInvoke()
402 checkCompletedNormally(f); in testQuietlyInvoke()
417 checkCompletedNormally(f); in testForkJoin()
432 checkCompletedNormally(f); in testForkGet()
447 checkCompletedNormally(f); in testForkTimedGet()
478 checkCompletedNormally(f); in testForkQuietlyJoin()
495 checkCompletedNormally(f); in testForkHelpQuiesce()
[all …]
DRecursiveTaskTest.java43 checkCompletedNormally(a, result); in testInvokeOnPool()
81 <T> void checkCompletedNormally(RecursiveTask<T> a, T expected) { in checkCompletedNormally() method in RecursiveTaskTest
106 checkCompletedNormally(a, r); in checkCompletesNormally()
113 void checkCompletedNormally(RecursiveTask<Integer> a, int expected) { in checkCompletedNormally() method in RecursiveTaskTest
116 checkCompletedNormally(a, r); in checkCompletedNormally()
230 checkCompletedNormally(f, r); in testInvoke()
246 checkCompletedNormally(f, 21); in testQuietlyInvoke()
262 checkCompletedNormally(f, r); in testForkJoin()
278 checkCompletedNormally(f, r); in testForkGet()
294 checkCompletedNormally(f, r); in testForkTimedGet()
[all …]
DRecursiveActionTest.java46 checkCompletedNormally(a); in testInvokeOnPool()
83 void checkCompletedNormally(RecursiveAction a) { in checkCompletedNormally() method in RecursiveActionTest
212 checkCompletedNormally(f); in testInvoke()
228 checkCompletedNormally(f); in testQuietlyInvoke()
243 checkCompletedNormally(f); in testForkJoin()
264 checkCompletedNormally(f); in testJoinIgnoresInterrupts()
300 checkCompletedNormally(f); in testJoinIgnoresInterrupts()
366 checkCompletedNormally(f); in testJoinIgnoresInterruptsOutsideForkJoinPool()
398 checkCompletedNormally(f); in testJoinIgnoresInterruptsOutsideForkJoinPool()
438 checkCompletedNormally(f); in testForkGet()
[all …]
DCountedCompleterTest.java83 void checkCompletedNormally(CountedCompleter<?> a) { in checkCompletedNormally() method in CountedCompleterTest
258 checkCompletedNormally(this);
417 checkCompletedNormally(a);
440 checkCompletedNormally(a);
475 checkCompletedNormally(a);
606 checkCompletedNormally(f); in testInvoke()
622 checkCompletedNormally(f); in testQuietlyInvoke()
637 checkCompletedNormally(f); in testForkJoin()
652 checkCompletedNormally(f); in testForkGet()
667 checkCompletedNormally(f); in testForkTimedGet()
[all …]
DFutureTaskTest.java92 <T> void checkCompletedNormally(Future<T> f, T expected) { in checkCompletedNormally() method in FutureTaskTest
245 checkCompletedNormally(task, Boolean.TRUE); in testIsDone()
295 checkCompletedNormally(task, one); in testSet()
375 checkCompletedNormally(task, Boolean.TRUE); in testCancelAfterRun()
390 checkCompletedNormally(task, Boolean.TRUE); in testCancelAfterRun2()
554 checkCompletedNormally(task, two); in testGetRun()
561 checkCompletedNormally(task, two); in testGetRun()
597 checkCompletedNormally(task, two); in testGetSet()