Home
last modified time | relevance | path

Searched refs:NumPhysical (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Support/
H A DThreading.cpp70 int NumPhysical = sys::getHostNumPhysicalCores(); in heavyweight_hardware_concurrency() local
71 if (NumPhysical == -1) in heavyweight_hardware_concurrency()
73 return NumPhysical; in heavyweight_hardware_concurrency()