Home
last modified time | relevance | path

Searched refs:NPROC (Results 1 – 6 of 6) sorted by relevance

/external/u-boot/scripts/
Dcoccicheck34 NPROC=$(getconf _NPROCESSORS_ONLN)
36 NPROC="$J"
90 elif [ "$NPROC" != "1" ]; then
93 OPTIONS="$OPTIONS --jobs $NPROC --chunksize 1"
124 echo "Running ($NPROC in parallel): $@"
144 echo "Running ($NPROC in parallel): $@"
146 for i in $(seq 0 $(( NPROC - 1)) ); do
147 eval "$@ --max $NPROC --index $i &"
165 for i in $(seq 0 $(( NPROC - 1 )) ); do
/external/libcxx/utils/docker/scripts/
Dbuild_gcc.sh79 NPROC=`nproc`
80 echo "Running build with $NPROC threads"
81 make -j$NPROC
84 make install -j$NPROC
/external/ltp/testcases/kernel/fs/mongo/
Drun_mongo17 NPROC=$2
34 ./mongo.pl reiserfs $DEVICE /testfs reiserfs $NPROC
35 ./mongo.pl ext2 $DEVICE /testfs ext2 $NPROC
/external/oss-fuzz/infra/base-images/base-runner/
Dcollect_dft29 NPROC=$(nproc)
58 while [ "$n_child_proc" -eq "$NPROC" ]; do
Dtest_all25 NPROC=$(nproc)
80 while [ "$n_child_proc" -eq "$NPROC" ]; do
Dcoverage55 NPROC=$(nproc)
122 while [ "$n_child_proc" -eq "$NPROC" ]; do