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

  /ndk/build/core/
ndk-common.sh 260 # Compute the number of host CPU cores an HOST_NUM_CPUS
264 HOST_NUM_CPUS=`cat /proc/cpuinfo | grep processor | wc -l`
267 HOST_NUM_CPUS=`sysctl -n hw.ncpu`
270 HOST_NUM_CPUS=$NUMBER_OF_PROCESSORS
273 HOST_NUM_CPUS=1
276 log2 "HOST_NUM_CPUS=$HOST_NUM_CPUS"
279 # define it as the double of HOST_NUM_CPUS. This is used to
283 BUILD_NUM_CPUS=`expr $HOST_NUM_CPUS \* 2`
  /ndk/build/tools/
build-gdbserver.sh 58 JOBS=$HOST_NUM_CPUS

Completed in 38 milliseconds