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

  /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/avahi/avahi-daemon/
avahi-daemon.conf 68 rlimit-nproc=3
  /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);
  /prebuilts/go/darwin-x86/src/runtime/
mgcwork.go 377 // getfull acts as a barrier for work.nproc helpers. As long as one
381 // or when _all_ of the work.nproc GC helpers are in the loop
400 if incnwait > work.nproc {
401 println("runtime: work.nwait=", incnwait, "work.nproc=", work.nproc)
402 throw("work.nwait > work.nproc")
407 if decnwait == work.nproc {
408 println("runtime: work.nwait=", decnwait, "work.nproc=", work.nproc)
409 throw("work.nwait > work.nproc")
    [all...]
mgc.go 606 if work.nwait == work.nproc {
770 pad0 [_CacheLineSize]uint8 // prevents false-sharing between full/empty and nproc/nwait
771 nproc uint32
    [all...]
mgcmark.go 223 if decnwait == work.nproc {
224 println("runtime: work.nwait =", decnwait, "work.nproc=", work.nproc)
245 if incnwait > work.nproc {
247 "work.nproc=", work.nproc,
249 throw("work.nwait > work.nproc")
252 if incnwait == work.nproc && work.full == 0 && work.partial == 0 {
proc1.go 189 func helpgc(nproc int32) {
193 for n := int32(1); n < nproc; n++ { // one M is currently running
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
mgcwork.go 377 // getfull acts as a barrier for work.nproc helpers. As long as one
381 // or when _all_ of the work.nproc GC helpers are in the loop
400 if incnwait > work.nproc {
401 println("runtime: work.nwait=", incnwait, "work.nproc=", work.nproc)
402 throw("work.nwait > work.nproc")
407 if decnwait == work.nproc {
408 println("runtime: work.nwait=", decnwait, "work.nproc=", work.nproc)
409 throw("work.nwait > work.nproc")
    [all...]
mgc.go 606 if work.nwait == work.nproc {
770 pad0 [_CacheLineSize]uint8 // prevents false-sharing between full/empty and nproc/nwait
771 nproc uint32
    [all...]
mgcmark.go 223 if decnwait == work.nproc {
224 println("runtime: work.nwait =", decnwait, "work.nproc=", work.nproc)
245 if incnwait > work.nproc {
247 "work.nproc=", work.nproc,
249 throw("work.nwait > work.nproc")
252 if incnwait == work.nproc && work.full == 0 && work.partial == 0 {
proc1.go 189 func helpgc(nproc int32) {
193 for n := int32(1); n < nproc; n++ { // one M is currently running
    [all...]
  /external/vulkan-validation-layers/
update_external_sources.sh 63 make -j $(nproc)
  /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/parameter-framework/support/android/asio/
asio_shrinker.sh 105 mma -j$(nproc) || fail "Failed to build $target"
  /system/extras/tests/sdcard/
testcase.h 60 size_t nproc() const { return mNproc; } function in class:android_test::TestCase
sdcard_perf_test.cpp 237 printf("# Proc nb: %d\n", testCase->nproc());
  /external/curl/lib/
http2.c 1251 ssize_t nproc; local
    [all...]
  /external/toybox/generated/
newtoys.h 158 USE_NPROC(NEWTOY(nproc, "(all)", TOYFLAG_USR|TOYFLAG_BIN))
flags.h 1692 // nproc (all)
    [all...]

Completed in 387 milliseconds