Home
last modified time | relevance | path

Searched refs:CPUS (Results 1 - 4 of 4) sorted by relevance

/third_party/toybox/scripts/
H A Dmcm-buildall.sh68 if [ -z "$CPUS" ]
70 CPUS="$(nproc)"
71 [ "$CPUS" != 1 ] && CPUS=$(($CPUS+1))
77 install -j$CPUS || exit 1
H A Dmake.sh22 [ -z "$CPUS" ] && \
23 CPUS=$(($(nproc 2>/dev/null || sysctl -n hw.ncpu 2>/dev/null)+1))
314 # ratelimit to $CPUS many parallel jobs, detecting errors
318 [ "$COUNT" -lt "$CPUS" ] && break;
/third_party/node/deps/v8/tools/sanitizers/
H A Dsancov_merger.py47 CPUS = cpu_count() variable
121 pool = Pool(CPUS)
137 options.keep, options.coverage_dir, file_map, CPUS)
H A Dsancov_formatter.py99 CPUS = cpu_count() variable
223 pool = Pool(CPUS)
361 pool = Pool(CPUS)

Completed in 2 milliseconds