Searched refs:checkCancelled (Results 1 - 9 of 9) sorted by relevance

/openjdk10/jdk/test/java/util/concurrent/tck/
H A DFutureTaskTest.java141 void checkCancelled(Future<?> f) { method in class:FutureTaskTest
316 checkCancelled(task);
381 checkCancelled(task);
398 checkCancelled(task);
457 checkCancelled(task);
503 checkCancelled(task);
532 checkCancelled(task);
560 checkCancelled(task);
684 checkCancelled(task);
693 checkCancelled(tas
[all...]
H A DRecursiveActionTest.java132 void checkCancelled(RecursiveAction a) { method in class:RecursiveActionTest
305 checkCancelled(f);
335 checkCancelled(f);
399 checkCancelled(f);
425 checkCancelled(f);
643 checkCancelled(f);
662 checkCancelled(f);
681 checkCancelled(f);
700 checkCancelled(f);
716 checkCancelled(
[all...]
H A DForkJoinPool8Test.java142 void checkCancelled(ForkJoinTask a) { method in class:ForkJoinPool8Test
315 checkCancelled(f);
345 checkCancelled(f);
537 checkCancelled(f);
556 checkCancelled(f);
575 checkCancelled(f);
594 checkCancelled(f);
610 checkCancelled(f);
1205 checkCancelled(f);
1224 checkCancelled(
[all...]
H A DForkJoinTaskTest.java148 void checkCancelled(ForkJoinTask a) { method in class:ForkJoinTaskTest
647 checkCancelled(f);
666 checkCancelled(f);
685 checkCancelled(f);
704 checkCancelled(f);
720 checkCancelled(f);
1394 checkCancelled(f);
1413 checkCancelled(f);
1432 checkCancelled(f);
1451 checkCancelled(
[all...]
H A DCountedCompleterTest.java144 void checkCancelled(CountedCompleter a) { method in class:CountedCompleterTest
884 checkCancelled(f);
903 checkCancelled(f);
922 checkCancelled(f);
941 checkCancelled(f);
957 checkCancelled(f);
1606 checkCancelled(f);
1625 checkCancelled(f);
1644 checkCancelled(f);
1663 checkCancelled(
[all...]
H A DRecursiveTaskTest.java148 void checkCancelled(RecursiveTask a) { method in class:RecursiveTaskTest
487 checkCancelled(f);
507 checkCancelled(f);
527 checkCancelled(f);
547 checkCancelled(f);
564 checkCancelled(f);
H A DCompletableFutureTest.java195 void checkCancelled(CompletableFuture<?> f) { method in class:CompletableFutureTest
273 checkCancelled(f);
1021 checkCancelled(f);
1171 checkCancelled(f);
1423 checkCancelled(f);
1529 checkCancelled(f);
1631 checkCancelled(f);
1788 checkCancelled(failFirst ? fst : snd);
1952 checkCancelled(failFirst ? fst : snd);
2116 checkCancelled(failFirs
[all...]
/openjdk10/jdk/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/
H A DExchange.java161 // now call checkCancelled to recheck the impl.
164 checkCancelled(false);
178 private void checkCancelled(boolean throwIfNoImpl) throws IOException { method in class:Exchange
255 checkCancelled(true);
259 checkCancelled(true);
/openjdk10/jdk/test/java/util/concurrent/FutureTask/
H A DCustomized.java87 static <V> void checkCancelled(final FutureTask<V> task) { method in class:Customized
105 checkCancelled(task);

Completed in 118 milliseconds