Home
last modified time | relevance | path

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

/external/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 &
/external/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()
/external/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()
/external/ltp/lib/newlib_tests/
Dtst_safe_fileops.c24 long nproc; in do_test() local
28 if (FILE_LINES_SCANF("/proc/stat", "processes %ld", &nproc)) in do_test()
30 tst_res(TPASS, "Free: %ld, nproc: %ld", free, nproc); in do_test()
/external/autotest/client/tests/fsstress/
Dfsstress.py23 def run_once(self, testdir = None, extra_args = '', nproc = '1000', nops = '1000'): argument
27 args = '-d %s -p %s -n %s %s' % (testdir, nproc, nops, extra_args)
/external/vulkan-validation-layers/
Dupdate_external_sources.sh67 make -j $(nproc)
77 make -j $(nproc)
/external/brotli/fuzz/
Dtest_fuzzer.sh13 make -j$(nproc) brotlidec
/external/ltp/testcases/kernel/fs/mongo/
Dmongo.pl89 $nproc = $PROCESSES;
505 mongo_x_process( $nproc ); # run n processes
/external/parameter-framework/support/android/asio/
Dasio_shrinker.sh105 mma -j$(nproc) || fail "Failed to build $target"
/external/linux-kselftest/tools/testing/selftests/intel_pstate/
Drun.sh32 max_cpus=$(($(nproc)-1))
/external/curl/lib/
Dhttp2.c2006 ssize_t nproc; in Curl_http2_switched() local
2074 nproc = nghttp2_session_mem_recv(httpc->h2, (const uint8_t *)httpc->inbuf, in Curl_http2_switched()
2077 if(nghttp2_is_fatal((int)nproc)) { in Curl_http2_switched()
2079 nghttp2_strerror((int)nproc), (int)nproc); in Curl_http2_switched()
2083 DEBUGF(infof(data, "nghttp2_session_mem_recv() returns %zd\n", nproc)); in Curl_http2_switched()
2085 if((ssize_t)nread == nproc) { in Curl_http2_switched()
2090 httpc->nread_inbuf += nproc; in Curl_http2_switched()
/external/llvm/test/CodeGen/ARM/
D2009-08-21-PostRAKill.ll10 define %struct.tree* @tsp(%struct.tree* %t, i32 %nproc) nounwind {
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
D2009-08-21-PostRAKill.ll10 define %struct.tree* @tsp(%struct.tree* %t, i32 %nproc) nounwind {
/external/toybox/scripts/
Dmake.sh16 [ -z "$CPUS" ] && CPUS=$(($(nproc)+1))
/external/e2fsprogs/contrib/
Dfsstress.c251 int nproc = 1; variable
383 nproc = atoi(optarg); in main()
510 if (nproc == 1) { in main()
523 for (i = 0; i < nproc; i++) { in main()
/external/ltp/testcases/kernel/fs/fsstress/
Dfsstress.c224 int nproc = 1; variable
356 nproc = atoi(optarg); in main()
483 if (nproc == 1) { in main()
496 for (i = 0; i < nproc; i++) { in main()
/external/toybox/generated/
Dnewtoys.h163 USE_NPROC(NEWTOY(nproc, "(all)", TOYFLAG_USR|TOYFLAG_BIN))
Dflags.h4723 #define TT this.nproc
/external/llvm/docs/
DGettingStarted.rst360 % make -j$(nproc)