Home
last modified time | relevance | path

Searched refs:DetectNumberOfCores (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/src/system_wrappers/interface/
Dcpu_info.h20 static WebRtc_UWord32 DetectNumberOfCores();
/external/webrtc/src/system_wrappers/source/
Dcpu_info.cc32 WebRtc_UWord32 CpuInfo::DetectNumberOfCores() in DetectNumberOfCores() function in webrtc::CpuInfo
Dcpu_wrapper_unittest.cc39 printf("Number of cores detected:%u\n", CpuInfo::DetectNumberOfCores()); in TEST()