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

  /external/googletest/ci/
build-linux-autotools.sh 34 . ci/get-nprocessors.sh
44 make -j ${NPROCESSORS:-2}
travis.sh 4 . ci/get-nprocessors.sh
10 NPROCESSORS=$(/usr/bin/getconf _NPROCESSORS_ONLN)
12 NPROCESSORS=2
17 if [ $NPROCESSORS -gt 4 ] ; then
18 echo "$0:Note: Limiting processors to use by make from $NPROCESSORS to 4."
19 NPROCESSORS=4
22 MAKEFLAGS="j${NPROCESSORS}"
  /external/grpc-grpc/src/ruby/ext/grpc/
extconf.rb 48 nproc = Etc.nprocessors * 2 if Etc.respond_to? :nprocessors

Completed in 250 milliseconds