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

  /external/guava/guava/src/com/google/common/util/concurrent/
MoreExecutors.java 232 * (runningTasks, shutdown, terminationCondition) of the executor
243 * - Shutdown: runningTasks > 0 and shutdown == true
244 * - Terminated: runningTasks == 0 and shutdown == true
246 private int runningTasks = 0;
290 return shutdown && runningTasks == 0;
329 runningTasks++;
341 runningTasks--;
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 

Completed in 31 milliseconds