HomeSort by relevance Sort by last modified time
    Searched defs:ProcCpuInfo (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/base/
linux.h 58 // ProcCpuInfo reads CPU info from the /proc subsystem on any *NIX platform.
62 // ProcCpuInfo proc_info;
71 class ProcCpuInfo {
73 ProcCpuInfo();
74 virtual ~ProcCpuInfo();
linux.cc 31 ProcCpuInfo::ProcCpuInfo() {
34 ProcCpuInfo::~ProcCpuInfo() {
37 bool ProcCpuInfo::LoadFromSystem() {
45 bool ProcCpuInfo::GetSectionCount(size_t* count) {
55 bool ProcCpuInfo::GetNumCpus(int* num) {
85 bool ProcCpuInfo::GetNumPhysicalCpus(int* num) {
118 bool ProcCpuInfo::GetCpuFamily(int* id) {
144 bool ProcCpuInfo::GetSectionStringValue(size_t section_num
    [all...]

Completed in 395 milliseconds