Searched refs:cur_cpus (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dsysteminfo.cc226 int cur_cpus; local
230 for (cur_cpus = 0; process_mask; ++cur_cpus) {
239 cur_cpus = !error ? static_cast<int>(sysctl_value) : 1;
242 cur_cpus = static_cast<int>(sysconf(_SC_NPROCESSORS_ONLN));
244 return cur_cpus;

Completed in 67 milliseconds