Home
last modified time | relevance | path

Searched defs:NPROCS (Results 1 – 1 of 1) sorted by relevance

/DragonOS/
H A DMakefile15 NPROCS:=1 macro
19 NPROCS:=$(shell grep -c ^processor /proc/cpuinfo) macro
22 NPROCS:=$(shell system_profiler | awk '/Number Of CPUs/{print $4}{next;}') macro