Searched refs:trySetException (Results 1 – 2 of 2) sorted by relevance
354 int trySetException(Throwable ex) { in trySetException() method in ForkJoinTask379 s = trySetException(rex); in doExec()931 trySetException((ex instanceof RuntimeException) || in completeExceptionally()953 trySetException(rex); in complete()1401 int trySetException(Throwable ex) { // if a handler, invoke it in trySetException() method in ForkJoinTask.RunnableExecuteAction
741 final int trySetException(Throwable ex) { in trySetException() method in CountedCompleter