Home
last modified time | relevance | path

Searched refs:total_cpus (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
Dlinux.cc59 int total_cpus = 0; in GetNumCpus() local
67 ++total_cpus; in GetNumCpus()
72 if (total_cpus == 0) { in GetNumCpus()
73 total_cpus = 1; in GetNumCpus()
77 total_cpus = static_cast<int>(sections_.size()); in GetNumCpus()
80 *num = total_cpus; in GetNumCpus()