HomeSort by relevance Sort by last modified time
    Searched refs:nproc (Results 1 - 25 of 36) sorted by null

1 2

  /external/ltp/lib/newlib_tests/
tst_safe_fileops.c 24 long nproc; local
28 if (FILE_LINES_SCANF("/proc/stat", "processes %ld", &nproc))
30 tst_res(TPASS, "Free: %ld, nproc: %ld", free, nproc);
  /external/ltp/testcases/realtime/perf/latency/
run_auto.sh 27 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/autotest/client/tests/fsstress/
fsstress.py 23 def run_once(self, testdir = None, extra_args = '', nproc = '1000', nops = '1000'):
27 args = '-d %s -p %s -n %s %s' % (testdir, nproc, nops, extra_args)
  /external/libpng/contrib/oss-fuzz/
build.sh 20 # 1. Build only the library, not the tools (changed "make -j$(nproc) all" to
21 # "make -j$(nproc) libpng16.la").
36 make -j$(nproc) clean
37 make -j$(nproc) libpng16.la
  /external/toybox/toys/other/
taskset.c 6 USE_NPROC(NEWTOY(nproc, "(all)", TOYFLAG_USR|TOYFLAG_BIN))
8 config NPROC
9 bool "nproc"
12 usage: nproc [--all]
121 unsigned i, j, nproc = 0; local
126 if (toybuf[i]) for (j=0; j<8; j++) if (toybuf[i]&(1<<j)) nproc++;
130 if (!nproc) nproc = sysconf(_SC_NPROCESSORS_CONF);
132 xprintf("%u\n", nproc);
  /external/ltp/testcases/misc/math/fptests/
fptest01.c 89 int nproc; /* number of processors */ variable
102 nproc = 128;
134 dtw = 1. / nproc; /* mean process work time */
138 for (p = 1; p <= nproc; p++) {
142 for (p = 1; p <= nproc; p++) {
159 for (i = 0; i < nproc; i++)
200 for (i = 1; i <= nproc; i++) {
225 for (i = 1; i <= nproc; i++) {
311 if (barcnt == nproc) {
313 for (i = 1; i <= nproc; i++)
    [all...]
fptest02.c 89 int nproc; /* number of processors */ variable
101 nproc = 128;
133 dtw = 1. / nproc; /* mean process work time */
137 for (p = 1; p <= nproc; p++) {
141 for (p = 1; p <= nproc; p++) {
179 for (i = 1; i <= nproc; i++) {
205 for (i = 1; i <= nproc; i++) {
292 if (barcnt == nproc) {
294 for (i = 1; i <= nproc; i++) {
  /external/brotli/c/fuzz/
test_fuzzer.sh 13 make -j$(nproc) brotlidec
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue18146.go 44 var nproc int
50 nproc = 6
52 nproc = 7
56 if syscall.Getrlimit(nproc, &rlim) == nil {
  /prebuilts/go/linux-x86/misc/cgo/test/
issue18146.go 44 var nproc int
50 nproc = 6
52 nproc = 7
56 if syscall.Getrlimit(nproc, &rlim) == nil {
  /external/vulkan-validation-layers/
update_external_sources.sh 8 CORE_COUNT=$(nproc || echo 4)
  /system/sepolicy/tools/
build_policies.sh 55 cores=$(nproc --all)
  /prebuilts/go/darwin-x86/src/runtime/
mgcwork.go 445 // getfull acts as a barrier for work.nproc helpers. As long as one
449 // or when _all_ of the work.nproc GC helpers are in the loop
462 if incnwait > work.nproc {
463 println("runtime: work.nwait=", incnwait, "work.nproc=", work.nproc)
464 throw("work.nwait > work.nproc")
469 if decnwait == work.nproc {
470 println("runtime: work.nwait=", decnwait, "work.nproc=", work.nproc)
471 throw("work.nwait > work.nproc")
    [all...]
mgc.go     [all...]
  /prebuilts/go/linux-x86/src/runtime/
mgcwork.go 445 // getfull acts as a barrier for work.nproc helpers. As long as one
449 // or when _all_ of the work.nproc GC helpers are in the loop
462 if incnwait > work.nproc {
463 println("runtime: work.nwait=", incnwait, "work.nproc=", work.nproc)
464 throw("work.nwait > work.nproc")
469 if decnwait == work.nproc {
470 println("runtime: work.nwait=", decnwait, "work.nproc=", work.nproc)
471 throw("work.nwait > work.nproc")
    [all...]
  /prebuilts/go/darwin-x86/test/ken/
chan.go 31 nproc int
46 nproc += adjust
47 ret := nproc
30 nproc int var
  /prebuilts/go/linux-x86/test/ken/
chan.go 31 nproc int
46 nproc += adjust
47 ret := nproc
30 nproc int var
  /external/linux-kselftest/tools/testing/selftests/intel_pstate/
run.sh 38 max_cpus=$(($(nproc)-1))
  /external/parameter-framework/support/android/asio/
asio_shrinker.sh 105 mma -j$(nproc) || fail "Failed to build $target"
  /external/vulkan-validation-layers/build-android/
build_all.sh 28 cores=$(nproc) || echo 4
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue18902b.go 18 pad0 [64]uint8 // prevents false-sharing between full/empty and nproc/nwait
22 nproc uint32
  /prebuilts/go/linux-x86/test/fixedbugs/
issue18902b.go 18 pad0 [64]uint8 // prevents false-sharing between full/empty and nproc/nwait
22 nproc uint32
  /system/extras/tests/sdcard/
testcase.h 60 size_t nproc() const { return mNproc; } function in class:android_test::TestCase
  /external/ltp/testcases/kernel/fs/mongo/
mongo.pl 89 $nproc = $PROCESSES;
505 mongo_x_process( $nproc ); # run n processes
  /external/curl/lib/
http2.c 2073 ssize_t nproc; local
    [all...]

Completed in 568 milliseconds

1 2