Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DHost.cpp1335 int CurCoreId = -1; in computeHostNumPhysicalCores() local
1348 Val.getAsInteger(10, CurCoreId); in computeHostNumPhysicalCores()
1351 CPU_SET(CurPhysicalId * CurSiblings + CurCoreId, &Enabled); in computeHostNumPhysicalCores()