Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DHost.cpp1385 int CurCoreId = -1; in computeHostNumPhysicalCores() local
1398 Val.getAsInteger(10, CurCoreId); in computeHostNumPhysicalCores()
1401 CPU_SET(CurPhysicalId * CurSiblings + CurCoreId, &Enabled); in computeHostNumPhysicalCores()