HomeSort by relevance Sort by last modified time
    Searched defs:COMPLETING (Results 1 - 3 of 3) sorted by null

  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractFuture.java 209 * RUNNING to COMPLETING, that thread will then set the result of the
221 static final int COMPLETING = 1;
339 * Implementation of completing a task. Either {@code v} or {@code t} will
351 boolean doCompletion = compareAndSetState(RUNNING, COMPLETING);
353 // If this thread successfully transitioned to COMPLETING, set the value
358 } else if (getState() == COMPLETING) {
359 // If some other thread is currently completing the future, block until
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 

Completed in 20 milliseconds