Home
last modified time | relevance | path

Searched refs:EXCEPTIONAL (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
DForkJoinTask.java251 static final int EXCEPTIONAL = 0x80000000; // must be < CANCELLED field in ForkJoinTask
478 s = setCompletion(EXCEPTIONAL); in recordExceptionalCompletion()
490 if ((s & DONE_MASK) == EXCEPTIONAL) in setExceptionalCompletion()
668 if (s == EXCEPTIONAL) in reportException()
996 if (s == EXCEPTIONAL) in get()
1054 if (s != EXCEPTIONAL) in get()
1114 if ((status & DONE_MASK) == EXCEPTIONAL) in reinitialize()
DFutureTask.java97 private static final int EXCEPTIONAL = 3; field in FutureTask
251 U.putOrderedInt(this, STATE, EXCEPTIONAL); // final state in setException()
DCountedCompleter.java724 a.recordExceptionalCompletion(ex) == EXCEPTIONAL) in internalPropagateException()
/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/
DFutureTask.java118 private static final int EXCEPTIONAL = 3; // 0x3 field in FutureTask