Searched refs:CurPhysicalId (Results 1 – 2 of 2) sorted by relevance
1209 int CurPhysicalId = -1; in computeHostNumPhysicalCores() local1220 assert(CurPhysicalId == -1 && in computeHostNumPhysicalCores()1222 Val.getAsInteger(10, CurPhysicalId); in computeHostNumPhysicalCores()1229 if (CurPhysicalId != -1 && CurCoreId != -1) { in computeHostNumPhysicalCores()1230 UniqueItems.insert(std::make_pair(CurPhysicalId, CurCoreId)); in computeHostNumPhysicalCores()1231 CurPhysicalId = -1; in computeHostNumPhysicalCores()
1100 int CurPhysicalId = -1; in computeHostNumPhysicalCores() local1111 assert(CurPhysicalId == -1 && in computeHostNumPhysicalCores()1113 Val.getAsInteger(10, CurPhysicalId); in computeHostNumPhysicalCores()1120 if (CurPhysicalId != -1 && CurCoreId != -1) { in computeHostNumPhysicalCores()1121 UniqueItems.insert(std::make_pair(CurPhysicalId, CurCoreId)); in computeHostNumPhysicalCores()1122 CurPhysicalId = -1; in computeHostNumPhysicalCores()