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

  /external/webrtc/src/system_wrappers/interface/
cpu_wrapper.h 34 // numCores is the number of cores in the cpu_usage array.
40 // numCores will be 0 and cpu_usage will be set to NULL (indicating that
43 virtual WebRtc_Word32 CpuUsageMultiCore(WebRtc_UWord32& numCores,
  /external/webrtc/src/system_wrappers/source/
cpu_linux.h 28 virtual WebRtc_Word32 CpuUsageMultiCore(WebRtc_UWord32& numCores,
cpu_mac.h 31 virtual WebRtc_Word32 CpuUsageMultiCore(WebRtc_UWord32& numCores,
cpu_mac.cc 69 WebRtc_UWord32 numCores;
71 return CpuUsageMultiCore(numCores, array);
75 CpuWrapperMac::CpuUsageMultiCore(WebRtc_UWord32& numCores,
95 numCores = _cpuCount;
cpu_linux.cc 61 WebRtc_Word32 CpuLinux::CpuUsageMultiCore(WebRtc_UWord32& numCores,
65 numCores = m_numCores;
185 int numCores = -1;
189 numCores++;
200 return numCores;

Completed in 40 milliseconds