Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dsysteminfo.cc91 int SystemInfo::logical_cpus_ = 0; member in rtc::SystemInfo
99 if (!logical_cpus_) in GetMaxCpus()
100 logical_cpus_ = DetectNumberOfCores(); in GetMaxCpus()
101 return logical_cpus_; in GetMaxCpus()
Dsysteminfo.h44 static int logical_cpus_;