Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DFutureTaskTest.java104 void checkCancelled(Future<?> f) { in checkCancelled() method in FutureTaskTest
279 checkCancelled(task); in testRunAndResetAfterCancel()
344 checkCancelled(task); in testCancelBeforeRun()
361 checkCancelled(task); in testCancelBeforeRun2()
419 checkCancelled(task); in testCancelInterrupt()
465 checkCancelled(task); in testCancelInterrupt_ThrowsSecurityException()
494 checkCancelled(task); in testCancelInterrupt_taskFails()
522 checkCancelled(task); in testCancelNoInterrupt()
646 checkCancelled(task); in testTimedGet_Cancellation()
655 checkCancelled(task); in testTimedGet_Cancellation()
DRecursiveActionTest.java101 void checkCancelled(RecursiveAction a) { in checkCancelled() method in RecursiveActionTest
276 checkCancelled(f); in testJoinIgnoresInterrupts()
309 checkCancelled(f); in testJoinIgnoresInterrupts()
376 checkCancelled(f); in testJoinIgnoresInterruptsOutsideForkJoinPool()
405 checkCancelled(f); in testJoinIgnoresInterruptsOutsideForkJoinPool()
622 checkCancelled(f); in testCancelledInvoke()
641 checkCancelled(f); in testCancelledForkJoin()
660 checkCancelled(f); in testCancelledForkGet()
679 checkCancelled(f); in testCancelledForkTimedGet()
695 checkCancelled(f); in testCancelledForkQuietlyJoin()
DForkJoinTaskTest.java118 void checkCancelled(ForkJoinTask a) {
616 checkCancelled(f); in testCancelledInvoke()
635 checkCancelled(f); in testCancelledForkJoin()
654 checkCancelled(f); in testCancelledForkGet()
673 checkCancelled(f); in testCancelledForkTimedGet()
689 checkCancelled(f); in testCancelledForkQuietlyJoin()
1340 checkCancelled(f); in testCancelledInvokeSingleton()
1359 checkCancelled(f); in testCancelledForkJoinSingleton()
1378 checkCancelled(f); in testCancelledForkGetSingleton()
1397 checkCancelled(f); in testCancelledForkTimedGetSingleton()
[all …]
DCountedCompleterTest.java117 void checkCancelled(CountedCompleter a) {
836 checkCancelled(f); in testCancelledInvoke()
855 checkCancelled(f); in testCancelledForkJoin()
874 checkCancelled(f); in testCancelledForkGet()
893 checkCancelled(f); in testCancelledForkTimedGet()
909 checkCancelled(f); in testCancelledForkQuietlyJoin()
1558 checkCancelled(f); in testCancelledInvokeSingleton()
1577 checkCancelled(f); in testCancelledForkJoinSingleton()
1596 checkCancelled(f); in testCancelledForkGetSingleton()
1615 checkCancelled(f); in testCancelledForkTimedGetSingleton()
[all …]
DRecursiveTaskTest.java119 void checkCancelled(RecursiveTask a) { in checkCancelled() method in RecursiveTaskTest
456 checkCancelled(f); in testCancelledInvoke()
476 checkCancelled(f); in testCancelledForkJoin()
496 checkCancelled(f); in testCancelledForkGet()
516 checkCancelled(f); in testCancelledForkTimedGet()
533 checkCancelled(f); in testCancelledForkQuietlyJoin()