Home
last modified time | relevance | path

Searched refs:trySetException (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
DForkJoinTask.java368 int trySetException(Throwable ex) { in trySetException() method in ForkJoinTask
393 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
DCountedCompleter.java741 final int trySetException(Throwable ex) { in trySetException() method in CountedCompleter