Home
last modified time | relevance | path

Searched refs:nproc (Results 1 – 25 of 47) sorted by relevance

12

/third_party/ltp/testcases/realtime/perf/latency/
Drun_auto.sh27 nproc=5
32 echo "number of processes = $nproc " | tee -a $LOG_FILE
35 rm -f $nthread.$iter.$nproc.*.out
38 ./pthread_cond_many --realtime --broadcast -i $iter -n $nthread > $nthread.$iter.$nproc.$i.out &
40 while test $i -lt $nproc
42 ./pthread_cond_many --broadcast -i $iter -n $nthread > $nthread.$iter.$nproc.$i.out &
/third_party/ltp/testcases/misc/math/fptests/
Dfptest01.c89 int nproc; /* number of processors */ variable
102 nproc = 128; in main()
134 dtw = 1. / nproc; /* mean process work time */ in init()
138 for (p = 1; p <= nproc; p++) { in init()
142 for (p = 1; p <= nproc; p++) { in init()
159 for (i = 0; i < nproc; i++) in term()
200 for (i = 1; i <= nproc; i++) { in addevent()
225 for (i = 1; i <= nproc; i++) { in nextevent()
311 if (barcnt == nproc) { in doevent()
313 for (i = 1; i <= nproc; i++) { in doevent()
Dfptest02.c89 int nproc; /* number of processors */ variable
101 nproc = 128; in main()
133 dtw = 1. / nproc; /* mean process work time */ in init()
137 for (p = 1; p <= nproc; p++) { in init()
141 for (p = 1; p <= nproc; p++) { in init()
179 for (i = 1; i <= nproc; i++) { in addevent()
205 for (i = 1; i <= nproc; i++) { in nextevent()
292 if (barcnt == nproc) { in doevent()
294 for (i = 1; i <= nproc; i++) { in doevent()
/third_party/skia/third_party/externals/swiftshader/tests/kokoro/gcp_ubuntu/
Dcontinuous.sh38 cmake --build . -- -j $(nproc)
52 cmake --build . --target ReactorUnitTests -- -j $(nproc)
60 cmake --build . --target ReactorUnitTests -- -j $(nproc)
68 cmake --build . --target ReactorUnitTests -- -j $(nproc)
75 cmake --build . --target ReactorUnitTests -- -j $(nproc)
/third_party/toybox/toys/other/
Dtaskset.c121 unsigned i, j, nproc = 0; in nproc_main() local
126 if (toybuf[i]) for (j=0; j<8; j++) if (toybuf[i]&(1<<j)) nproc++; in nproc_main()
130 if (!nproc) nproc = sysconf(_SC_NPROCESSORS_CONF); in nproc_main()
132 xprintf("%u\n", nproc); in nproc_main()
/third_party/ltp/lib/newlib_tests/
Dtst_safe_fileops.c12 long nproc; in do_test() local
16 if (FILE_LINES_SCANF("/proc/stat", "processes %ld", &nproc)) in do_test()
18 tst_res(TPASS, "Free: %ld, nproc: %ld", free, nproc); in do_test()
/third_party/libbpf/scripts/
Dbuild-fuzzers.sh71 make -C config -j$(nproc) V=1
72 make -C lib -j$(nproc) V=1
73 make -C libelf -j$(nproc) V=1
77 make -C src -j$(nproc) CFLAGS="-I$(pwd)/elfutils/libelf $CFLAGS" BUILD_STATIC_ONLY=y V=1
/third_party/skia/third_party/externals/abseil-cpp/CMake/install_test_project/
Dtest.sh42 make -j $(nproc)
60 make -j $(nproc)
61 ctest -j $(nproc)
/third_party/nghttp2/docker/
DDockerfile13 make -j$(nproc) && \
22 make -j$(nproc) && \
34 make -j$(nproc) && \
62 make -j$(nproc) install-strip && \
/third_party/skia/third_party/externals/tint/kokoro/linux/
Ddocker.sh122 cmake --build . -- --jobs=$(nproc)
152 cmake --build . -- --jobs=$(nproc)
159 cmake --build . -- --jobs=$(nproc)
/third_party/libbpf/ci/managers/
Dubuntu.sh17 make -j$((4*$(nproc))) EXTRA_CFLAGS="${EXTRA_CFLAGS}" EXTRA_LDFLAGS="${EXTRA_LDFLAGS}" -C ./src -B …
23 make -j$((4*$(nproc))) -C src OBJDIR=../build DESTDIR=../install install
Ddebian.sh74 …docker_exec make -j$((4*$(nproc))) EXTRA_CFLAGS="${EXTRA_CFLAGS}" EXTRA_LDFLAGS="${EXTRA_LDFLAGS}"…
82 docker_exec make -j$((4*$(nproc))) -C src OBJDIR=../build DESTDIR=../install install
/third_party/skia/third_party/externals/libpng/contrib/oss-fuzz/
Dbuild.sh37 make -j$(nproc) clean
38 make -j$(nproc) libpng16.la
/third_party/cJSON/fuzzing/
Dossfuzz.sh9 make -j$(nproc)
/third_party/googletest/ci/
Dmacos-presubmit.sh50 time ctest -j$(nproc) --output-on-failure
/third_party/libbpf/.github/actions/build-selftests/
Dbuild_selftests.sh33 -j $((4*$(nproc))) > /dev/null
/third_party/skia/third_party/externals/brotli/c/fuzz/
Dtest_fuzzer.sh17 make -j$(nproc) brotlidec-static
/third_party/jerryscript/tools/
Dcheck-cppcheck.sh18 CPPCHECK_JOBS=${CPPCHECK_JOBS:=$(nproc)}
/third_party/ltp/testcases/kernel/fs/mongo/
Dmongo.pl89 $nproc = $PROCESSES;
505 mongo_x_process( $nproc ); # run n processes
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/wasm/
Dbuild.sh19 NUM_CORES=$(nproc)
/third_party/spirv-tools/source/wasm/
Dbuild.sh19 NUM_CORES=$(nproc)
/third_party/skia/third_party/externals/spirv-tools/source/wasm/
Dbuild.sh19 NUM_CORES=$(nproc)
/third_party/skia/third_party/externals/spirv-cross/
Dtest_shaders.sh9 make -j$(nproc)
/third_party/protobuf/
Dtests.sh23 make -j$(nproc)
28 make check -j$(nproc) || (cat src/test-suite.log; false)
87 make distcheck -j$(nproc)
/third_party/mesa3d/ohos/
Dbuild_mesa3d.py35 nproc = multiprocessing.cpu_count() variable

12