6 #ifndef OS_Darwin_Cpu_HPP 7 #define OS_Darwin_Cpu_HPP 81 #endif // OS_Darwin_Cpu_HPP stub implementation of Os::CpuInterface
PlatformSizeType FwSizeType
Cpu variable handle parent.
Status _getTicks(Os::Cpu::Ticks &ticks, FwSizeType cpu_index) override
Get the CPU tick information for a given CPU.
Status _getCount(FwSizeType &cpu_count) override
Request the count of the CPUs detected by the system.
CpuHandle * getHandle() override
returns the raw console handle
Status
Generic OK/ERROR status.
DarwinCpu()=default
constructor
CpuInterface & operator=(const CpuInterface &other) override=delete
default copy assignment
Generic used/total struct.
~DarwinCpu() override=default
destructor
interface for cpu implementation