HomeSort by relevance Sort by last modified time
    Searched full:parallelism (Results 1 - 25 of 245) sorted by null

1 2 3 4 5 6 7 8 910

  /external/libjpeg-turbo/simd/
jsimdcfg.inc 70 ; To maximize parallelism, Type DCTELEM is changed to short (originally, int).
76 ; To maximize parallelism, Type short is changed to short.
  /external/libjpeg-turbo/win/
jsimdcfg.inc 70 ; To maximize parallelism, Type DCTELEM is changed to short (originally, int).
76 ; To maximize parallelism, Type short is changed to short.
  /external/linux-kselftest/tools/testing/selftests/sync/
synctest.h 57 /* Stress test - parallelism */
sync_stress_parallelism.c 2 * sync stress test: parallelism
  /libcore/ojluni/src/main/java/java/util/concurrent/
ForkJoinPool.java 76 * ForkJoinPool} may be constructed with a given target parallelism
133 * <li>{@code java.util.concurrent.ForkJoinPool.common.parallelism}
134 * - the parallelism level, a non-negative integer
141 * parallelism (default 256).
149 * the common pool by setting the parallelism property to zero, and/or
179 * supporting tree-structured parallelism using work-stealing.
316 * packing, we restrict maximum parallelism to (1<<15)-1 (which is
574 * parallelism number of unblocked threads running at any given
589 * target parallelism level has been exceeded, in method
3511 int parallelism = -1; local
    [all...]
Executors.java 102 * the given parallelism level, and may use multiple queues to
103 * reduce contention. The parallelism level corresponds to the
110 * @param parallelism the targeted parallelism level
112 * @throws IllegalArgumentException if {@code parallelism <= 0}
115 public static ExecutorService newWorkStealingPool(int parallelism) {
117 (parallelism,
125 * as its target parallelism level.
AbstractExecutorService.java 160 // parallelism, check to see if previously submitted tasks are
275 // executor doesn't have any/much parallelism.
  /libcore/ojluni/src/main/java/java/util/
Spliterators.java 408 * implements {@code trySplit} to permit limited parallelism.
431 * {@code trySplit} to permit limited parallelism.
462 * {@code trySplit} to permit limited parallelism.
489 * {@code trySplit} to permit limited parallelism.
520 * {@code trySplit} to permit limited parallelism.
546 * {@code trySplit} to permit limited parallelism.
577 * {@code trySplit} to permit limited parallelism.
603 * {@code trySplit} to permit limited parallelism.
634 * {@code trySplit} to permit limited parallelism.
    [all...]
  /build/make/tools/makeparallel/
README.md 28 parallelism available to the subprocess.
  /build/soong/android/
package_ctx.go 153 // AndroidGomaStaticRule wraps blueprint.StaticRule but uses goma's parallelism if goma is enabled
165 // local parallelism value
defs.go 93 // Used only when USE_GOMA=true is set, to restrict non-goma jobs to the local parallelism value
  /prebuilts/go/darwin-x86/src/sync/
waitgroup_test.go 77 t.Skip("NumCPU<=2, skipping: this test requires parallelism")
120 t.Skip("NumCPU==1, skipping: this test requires parallelism")
  /prebuilts/go/linux-x86/src/sync/
waitgroup_test.go 77 t.Skip("NumCPU<=2, skipping: this test requires parallelism")
120 t.Skip("NumCPU==1, skipping: this test requires parallelism")
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_log10.c 83 * with some parallelism and it reduces the error for many args.
  /external/toolchain-utils/binary_search_tool/android/
setup.sh 18 # number of jobs that various programs can use for parallelism
  /prebuilts/go/darwin-x86/src/compress/flate/
example_test.go 24 "Concurrency is not parallelism.\n",
66 // Concurrency is not parallelism.
  /prebuilts/go/linux-x86/src/compress/flate/
example_test.go 24 "Concurrency is not parallelism.\n",
66 // Concurrency is not parallelism.
  /prebuilts/go/darwin-x86/src/testing/
benchmark.go 61 parallelism int // RunParallel creates parallelism*GOMAXPROCS goroutines
137 b.parallelism = 1
565 // The number of goroutines defaults to GOMAXPROCS. To increase parallelism for
594 numProcs := b.parallelism * runtime.GOMAXPROCS(0)
619 b.parallelism = p
  /prebuilts/go/linux-x86/src/testing/
benchmark.go 61 parallelism int // RunParallel creates parallelism*GOMAXPROCS goroutines
137 b.parallelism = 1
565 // The number of goroutines defaults to GOMAXPROCS. To increase parallelism for
594 numProcs := b.parallelism * runtime.GOMAXPROCS(0)
619 b.parallelism = p
  /external/llvm/tools/gold/
gold-plugin.cpp 167 // Default parallelism of 0 used to indicate that user did not specify.
168 // Actual parallelism default value depends on implementation.
169 // Currently, code generation defaults to no parallelism, whereas
171 static unsigned Parallelism = 0;
247 if (StringRef(opt_ + 5).getAsInteger(10, Parallelism))
248 message(LDPL_FATAL, "Invalid parallelism level: %s", opt_ + 5);
    [all...]
  /external/ltp/doc/
nommu-notes.txt 60 - parallelism
74 For parallelism where processes use IPC to work together, you have to options,
  /bionic/libc/arch-arm64/generic/bionic/
strnlen.S 87 cycle, as we get much better parallelism out of the operations. */
  /external/autotest/client/site_tests/kernel_Lmbench/
kernel_Lmbench.py 124 # P - parallelism
  /external/clang/runtime/
CMakeLists.txt 17 # Use special command for Makefiles to support parallelism.
  /external/linux-kselftest/tools/testing/selftests/timers/
posix_timers.c 215 * to ensure true parallelism. So test only one thread until we

Completed in 1378 milliseconds

1 2 3 4 5 6 7 8 910