Searched refs:EXCEPTIONAL (Results 1 – 4 of 4) sorted by relevance
251 static final int EXCEPTIONAL = 0x80000000; // must be < CANCELLED field in ForkJoinTask478 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()
97 private static final int EXCEPTIONAL = 3; field in FutureTask251 U.putOrderedInt(this, STATE, EXCEPTIONAL); // final state in setException()
724 a.recordExceptionalCompletion(ex) == EXCEPTIONAL) in internalPropagateException()
118 private static final int EXCEPTIONAL = 3; // 0x3 field in FutureTask