Searched refs:COMPLETING (Results 1 – 2 of 2) sorted by relevance
95 private static final int COMPLETING = 1; field in FutureTask191 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()
115 private static final int COMPLETING = 1; // 0x1 field in FutureTask