Searched defs:checkCompletedAbnormally (Results 1 – 7 of 7) sorted by relevance
155 void checkCompletedAbnormally(RecursiveTask a, Throwable t) { in checkCompletedAbnormally() method in RecursiveTaskTest
147 void checkCompletedAbnormally(Future<?> f, Throwable t) { in checkCompletedAbnormally() method in FutureTaskTest
138 void checkCompletedAbnormally(RecursiveAction a, Throwable t) { in checkCompletedAbnormally() method in RecursiveActionTest
149 void checkCompletedAbnormally(ForkJoinTask a, Throwable t) { in checkCompletedAbnormally() method in ForkJoinPool8Test
178 void checkCompletedAbnormally(RecursiveTask a, Throwable t) { in checkCompletedAbnormally() method in RecursiveTaskTest
162 void checkCompletedAbnormally(RecursiveAction a, Throwable t) { in checkCompletedAbnormally() method in RecursiveActionTest
173 void checkCompletedAbnormally(ForkJoinTask a, Throwable t) { in checkCompletedAbnormally() method in ForkJoinPool8Test