Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/concurrent/
DFutureTask.java95 private static final int COMPLETING = 1; field in FutureTask
191 if (s <= COMPLETING) in get()
204 if (s <= COMPLETING && in get()
205 (s = awaitDone(true, unit.toNanos(timeout))) <= COMPLETING) in get()
231 if (U.compareAndSwapInt(this, STATE, NEW, COMPLETING)) { in set()
249 if (U.compareAndSwapInt(this, STATE, NEW, COMPLETING)) { in setException()
409 if (s > COMPLETING) { in awaitDone()
414 else if (s == COMPLETING) in awaitDone()
446 if (state < COMPLETING) in awaitDone()
/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/
DFutureTask.java115 private static final int COMPLETING = 1; // 0x1 field in FutureTask