Home
last modified time | relevance | path

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

/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/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/curl/lib/
Dhttp2.c1251 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/
Davahi-daemon.conf68 rlimit-nproc=3
/external/vulkan-validation-layers/
Dupdate_external_sources.sh63 make -j $(nproc)
/external/parameter-framework/support/android/asio/
Dasio_shrinker.sh105 mma -j$(nproc) || fail "Failed to build $target"
/external/llvm/test/CodeGen/ARM/
D2009-08-21-PostRAKill.ll10 define %struct.tree* @tsp(%struct.tree* %t, i32 %nproc) nounwind {
/external/toybox/generated/
Dnewtoys.h158 USE_NPROC(NEWTOY(nproc, "(all)", TOYFLAG_USR|TOYFLAG_BIN))
Dflags.h4462 #define TT this.nproc
/external/llvm/docs/
DGettingStarted.rst354 % make -j$(nproc)