HomeSort by relevance Sort by last modified time
    Searched refs:parallelism (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/tools/
nocompile_driver.py 87 def ValidateInput(parallelism, sourcefile_path, cflags, resultfile_path):
89 assert parallelism >= 1
412 print ('Usage: %s <parallelism> <sourcefile> <cflags> <resultfile>' %
421 parallelism = int(sys.argv[1])
428 ValidateInput(parallelism, sourcefile_path, cflags, resultfile_path)
436 # Run the no-compile tests, but ensure we do not run more than |parallelism|
445 if len(executing_tests) >= parallelism:
  /libcore/luni/src/main/java/java/util/concurrent/
ForkJoinPool.java 50 * ForkJoinPool} may be constructed with a given target parallelism
107 * <li>{@code java.util.concurrent.ForkJoinPool.common.parallelism}
108 * - the parallelism level, a non-negative integer
117 * the common pool by setting the parallelism property to zero, and/or
242 * packing, we restrict maximum parallelism to (1<<15)-1 (which is
328 * the given parallelism level -- signalWork). These primary
345 * parallelism, longer as the number of threads decreases. This
420 * It is impossible to keep exactly the target parallelism number
456 * common pool parallelism level to one (or more) less than the
1231 final short parallelism; \/\/ parallelism level field in class:ForkJoinPool
3254 int parallelism = -1; local
    [all...]
Executors.java 68 * the given parallelism level, and may use multiple queues to
69 * reduce contention. The parallelism level corresponds to the
76 * @param parallelism the targeted parallelism level
78 * @throws IllegalArgumentException if {@code parallelism <= 0}
82 public static ExecutorService newWorkStealingPool(int parallelism) {
84 (parallelism,
92 * as its target parallelism level.
  /external/libvorbis/doc/
01-introduction.tex 379 as allowing a greater level of easy parallelism in encode and

Completed in 1139 milliseconds