Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DHost.cpp1382 int CurProcessor = -1; in computeHostNumPhysicalCores() local
1392 Val.getAsInteger(10, CurProcessor); in computeHostNumPhysicalCores()
1400 if (CPU_ISSET(CurProcessor, &Affinity)) in computeHostNumPhysicalCores()