Searched defs:checkCompletedAbnormally (Results 1 – 8 of 8) sorted by relevance
178 void checkCompletedAbnormally(RecursiveTask a, Throwable t) { in checkCompletedAbnormally() method in RecursiveTaskTest
170 void checkCompletedAbnormally(Future<?> f, Throwable t) { in checkCompletedAbnormally() method in FutureTaskTest
173 void checkCompletedAbnormally(ForkJoinTask a, Throwable t) { in checkCompletedAbnormally() method in ForkJoinPool8Test
162 void checkCompletedAbnormally(RecursiveAction a, Throwable t) { in checkCompletedAbnormally() method in RecursiveActionTest
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