Searched refs:cpuPresence (Results 1 – 3 of 3) sorted by relevance
66 static boost::container::flat_map<std::string, bool> cpuPresence; in cpuIsPresent() local76 auto findIndex = cpuPresence.find(gpioName); in cpuIsPresent()77 if (findIndex != cpuPresence.end()) in cpuIsPresent()113 cpuPresence[gpioName] = resp; in cpuIsPresent()
62 static boost::container::flat_map<size_t, bool> cpuPresence; variable226 auto presenceFind = cpuPresence.find(index); in createSensors()227 if (presenceFind == cpuPresence.end()) in createSensors()394 cpuPresence[index] = std::get<bool>(findPresence->second); in main()
168 static boost::container::flat_map<size_t, bool> cpuPresence; variable492 auto presenceFind = cpuPresence.find(index); in createSensorsCallback()493 if (presenceFind == cpuPresence.end() || !presenceFind->second) in createSensorsCallback()1059 cpuPresence[cpuIndex] = *present; in getPresentCpus()1232 cpuPresence[index] = std::get<bool>(findPresence->second); in main()1239 if (!cpuPresence[index]) in main()