Searched refs:NUM_CORES (Results 1 - 3 of 3) sorted by relevance

/openjdk10/hotspot/test/
H A DMakefile45 NUM_CORES := $(shell LC_MESSAGES=C /usr/sbin/psrinfo -v | grep -c on-line) macro
48 NUM_CORES := $(shell cat /proc/cpuinfo | grep -c processor) macro
51 NUM_CORES := $(shell /usr/sbin/sysctl -n hw.ncpu) macro
55 NUM_CORES := $(NUMBER_OF_PROCESSORS) macro
58 NUM_CORES := $(HOTSPOT_BUILD_JOBS) macro
60 NUM_CORES := 1 # fallback macro
66 CONCURRENCY := $(shell expr $(NUM_CORES) / 2)
/openjdk10/make/
H A DRunTests.gmk74 hotspot_JTREG_JOBS := $(shell $(EXPR) $(NUM_CORES) / 2)
/openjdk10/common/autoconf/
H A Dgenerated-configure.sh653 NUM_CORES
[all...]

Completed in 160 milliseconds