Searched refs:NORMAL (Results 1 - 3 of 3) sorted by relevance

/libcore/luni/src/main/java/java/util/concurrent/
H A DForkJoinTask.java181 * NORMAL, CANCELLED, or EXCEPTIONAL. Tasks undergoing blocking
195 private static final int NORMAL = -1; field in class:ForkJoinTask
204 * @param completion one of NORMAL, CANCELLED, EXCEPTIONAL
311 setCompletion(NORMAL); // must be outside try block
331 return setCompletion(NORMAL);
353 return setCompletion(NORMAL);
610 if (doJoin() != NORMAL)
625 if (doInvoke() != NORMAL)
692 else if (t.doInvoke() < NORMAL && ex == null)
700 else if (t.doJoin() < NORMAL)
[all...]
H A DFutureTask.java58 * NEW -> COMPLETING -> NORMAL
66 private static final int NORMAL = 2; field in class:FutureTask
88 if (s == NORMAL) {
200 UNSAFE.putOrderedInt(this, stateOffset, NORMAL); // final state
/libcore/luni/src/main/java/libcore/util/
H A DZoneInfo.java37 private static final int[] NORMAL = new int[] { field in class:ZoneInfo
153 int[] mlen = isLeap ? LEAP : NORMAL;

Completed in 68 milliseconds