Searched refs:CpuInfo (Results 1 – 3 of 3) sorted by relevance
17 class CpuInfo23 CpuInfo() {} in CpuInfo() function
30 WebRtc_UWord32 CpuInfo::_numberOfCores = 0;32 WebRtc_UWord32 CpuInfo::DetectNumberOfCores() in DetectNumberOfCores()
20 using webrtc::CpuInfo;39 printf("Number of cores detected:%u\n", CpuInfo::DetectNumberOfCores()); in TEST()