HomeSort by relevance Sort by last modified time
    Searched refs:GetMaxCpus (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/base/
systeminfo.h 51 int GetMaxCpus();
cpumonitor.h 77 int GetMaxCpus() const;
systeminfo_unittest.cc 132 LOG(LS_INFO) << "MaxCpus: " << info.GetMaxCpus();
133 EXPECT_GT(info.GetMaxCpus(), 0);
141 EXPECT_LE(info.GetMaxPhysicalCpus(), info.GetMaxCpus());
149 EXPECT_LE(info.GetCurCpus(), info.GetMaxCpus());
cpumonitor.cc 121 cpus_ = sysinfo_->GetMaxCpus();
370 int CpuSampler::GetMaxCpus() const {
412 int max_cpus = sampler_.GetMaxCpus();
cpumonitor_unittest.cc 184 int cpus = sampler.GetMaxCpus();
337 int cpus = sampler.GetMaxCpus();
systeminfo.cc 228 int SystemInfo::GetMaxCpus() {

Completed in 122 milliseconds