Searched refs:nproc (Results 1 – 10 of 10) sorted by relevance
/external/toybox/toys/other/ |
D | taskset.c | 121 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/autotest/client/tests/fsstress/ |
D | fsstress.py | 23 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/curl/lib/ |
D | http2.c | 1251 ssize_t nproc; in Curl_http2_switched() local 1312 nproc = nghttp2_session_mem_recv(httpc->h2, (const uint8_t *)httpc->inbuf, in Curl_http2_switched() 1315 if(nghttp2_is_fatal((int)nproc)) { in Curl_http2_switched() 1317 nghttp2_strerror((int)nproc), (int)nproc); in Curl_http2_switched() 1321 DEBUGF(infof(data, "nghttp2_session_mem_recv() returns %zd\n", nproc)); in Curl_http2_switched() 1323 if((ssize_t)nread == nproc) { in Curl_http2_switched() 1328 httpc->nread_inbuf += nproc; in Curl_http2_switched()
|
/external/avahi/avahi-daemon/ |
D | avahi-daemon.conf | 68 rlimit-nproc=3
|
/external/vulkan-validation-layers/ |
D | update_external_sources.sh | 63 make -j $(nproc)
|
/external/parameter-framework/support/android/asio/ |
D | asio_shrinker.sh | 105 mma -j$(nproc) || fail "Failed to build $target"
|
/external/llvm/test/CodeGen/ARM/ |
D | 2009-08-21-PostRAKill.ll | 10 define %struct.tree* @tsp(%struct.tree* %t, i32 %nproc) nounwind {
|
/external/toybox/generated/ |
D | newtoys.h | 158 USE_NPROC(NEWTOY(nproc, "(all)", TOYFLAG_USR|TOYFLAG_BIN))
|
D | flags.h | 4462 #define TT this.nproc
|
/external/llvm/docs/ |
D | GettingStarted.rst | 354 % make -j$(nproc)
|