Searched refs:SYSCTL (Results 1 - 5 of 5) sorted by relevance

/external/llvm/utils/buildit/
H A Dbuild_llvm95 SYSCTL=`sysctl -n hw.activecpu`
99 if [ -z "$SYSCTL" ]; then
100 SYSCTL=2
102 JOBS_FLAG="-j $SYSCTL"
290 SYSCTL=`sysctl -n hw.activecpu`
293 if [ -z "$SYSCTL" ]; then
294 SYSCTL=`sysctl -n hw.ncpu`
300 if [ -z "$SYSCTL" ]; then
301 SYSCTL=2
313 -print | xargs -n 1 -P ${SYSCTL}
[all...]
/external/netperf/
H A Dnetcpu_sysctl.c76 return SYSCTL;
H A Dnetlib.h396 #define SYSCTL 9 macro
H A Dnetlib.c1839 case SYSCTL:
/external/oprofile/utils/
H A Dopcontrol15 SYSCTL=do_sysctl
1117 $SYSCTL -w dev.oprofile.$1=$2
1143 $SYSCTL -w dev.oprofile.$1.$2=$3
1303 $SYSCTL -w dev.oprofile.bufsize=$BUF_SIZE
1424 $SYSCTL -w dev.oprofile.rtc_value=$COUNT

Completed in 748 milliseconds