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

  /external/chromium_org/third_party/libjingle/source/talk/base/
systeminfo.cc 154 uint32_t sysctl_value; local
155 size_t length = sizeof(sysctl_value);
156 if (!sysctlbyname("hw.physicalcpu_max", &sysctl_value, &length, NULL, 0)) {
157 physical_cpus_ = static_cast<int>(sysctl_value);
159 length = sizeof(sysctl_value);
160 if (!sysctlbyname("hw.logicalcpu_max", &sysctl_value, &length, NULL, 0)) {
161 logical_cpus_ = static_cast<int>(sysctl_value);
174 length = sizeof(sysctl_value);
175 if (!sysctlbyname("machdep.cpu.family", &sysctl_value, &length, NULL, 0)) {
176 cpu_family_ = static_cast<int>(sysctl_value);
253 uint32_t sysctl_value; local
341 uint64_t sysctl_value; local
    [all...]
  /external/chromium_org/third_party/webrtc/base/
systeminfo.cc 137 uint32_t sysctl_value; local
138 size_t length = sizeof(sysctl_value);
139 if (!sysctlbyname("hw.physicalcpu_max", &sysctl_value, &length, NULL, 0)) {
140 physical_cpus_ = static_cast<int>(sysctl_value);
142 length = sizeof(sysctl_value);
143 if (!sysctlbyname("hw.logicalcpu_max", &sysctl_value, &length, NULL, 0)) {
144 logical_cpus_ = static_cast<int>(sysctl_value);
157 length = sizeof(sysctl_value);
158 if (!sysctlbyname("machdep.cpu.family", &sysctl_value, &length, NULL, 0)) {
159 cpu_family_ = static_cast<int>(sysctl_value);
236 uint32_t sysctl_value; local
324 uint64_t sysctl_value; local
    [all...]

Completed in 152 milliseconds