Searched defs:getHostCpuMHz (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Main/src-server/os2/
H A DPerformanceOs2.cpp28 virtual int getHostCpuMHz(ULONG *mhz);
45 int CollectorOS2::getHostCpuMHz(ULONG *mhz) function in class:pm::CollectorOS2
/vbox/src/VBox/Main/src-server/freebsd/
H A DPerformanceFreeBSD.cpp28 virtual int getHostCpuMHz(ULONG *mhz);
45 int CollectorFreeBSD::getHostCpuMHz(ULONG *mhz) function in class:pm::CollectorFreeBSD
/vbox/src/VBox/Main/src-server/win/
H A DPerformanceWin.cpp59 virtual int getHostCpuMHz(ULONG *mhz);
267 int CollectorWin::getHostCpuMHz(ULONG *mhz) function in class:pm::CollectorWin
/vbox/src/VBox/Main/src-server/
H A DPerformance.cpp109 int CollectorHAL::getHostCpuMHz(ULONG *mhz) function in class:CollectorHAL
854 int rc = mHAL->getHostCpuMHz(&mhz);

Completed in 165 milliseconds