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.java354 int trySetException(Throwable ex) { in trySetException() method in ForkJoinTask
379 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
DCountedCompleter.java741 final int trySetException(Throwable ex) { in trySetException() method in CountedCompleter