Searched refs:cancelIgnoringExceptions (Results 1 – 2 of 2) sorted by relevance
1090 ForkJoinTask.cancelIgnoringExceptions(t); in cancelAll()1094 ForkJoinTask.cancelIgnoringExceptions(t); in cancelAll()1097 ForkJoinTask.cancelIgnoringExceptions(t); in cancelAll()
507 static final void cancelIgnoringExceptions(ForkJoinTask<?> t) { in cancelIgnoringExceptions() method in ForkJoinTask