Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DHost.cpp1332 int CurProcessor = -1; in computeHostNumPhysicalCores() local
1342 Val.getAsInteger(10, CurProcessor); in computeHostNumPhysicalCores()
1350 if (CPU_ISSET(CurProcessor, &Affinity)) in computeHostNumPhysicalCores()