Home
last modified time | relevance | path

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

/DragonOS-0.1.3/
DMakefile11 NPROCS:=1 macro
15 NPROCS:=$(shell grep -c ^processor /proc/cpuinfo) macro
18 NPROCS:=$(shell system_profiler | awk '/Number Of CPUs/{print $4}{next;}') macro