Searched refs:trySetException (Results 1 – 2 of 2) sorted by relevance
368 int trySetException(Throwable ex) { in trySetException() method in ForkJoinTask393 s = trySetException(rex); in doExec()939 trySetException((ex instanceof RuntimeException) || in completeExceptionally()961 trySetException(rex); in complete()1429 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