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

  /external/webrtc/src/system_wrappers/source/
cpu_mac.h 40 WebRtc_UWord32 _cpuCount;
cpu_mac.cc 21 : _cpuCount(0),
41 _cpuCount = cpuCount;
95 numCores = _cpuCount;
97 return _totalCpuUsage / _cpuCount;

Completed in 552 milliseconds