Searched refs:CpuWindows (Results 1 – 3 of 3) sorted by relevance
27 WebRtc_Word32 CpuWindows::CpuUsage() in CpuUsage()37 WebRtc_Word32 CpuWindows::CpuUsageMultiCore(WebRtc_UWord32& num_cores, in CpuUsageMultiCore()56 CpuWindows::CpuWindows() in CpuWindows() function in webrtc::CpuWindows85 CpuWindows::~CpuWindows() in ~CpuWindows()92 bool CpuWindows::AllocateComplexDataTypes() in AllocateComplexDataTypes()95 CpuWindows::Process, in AllocateComplexDataTypes()109 void CpuWindows::DeAllocateComplexDataTypes() in DeAllocateComplexDataTypes()143 void CpuWindows::StartPollingCpu() in StartPollingCpu()154 bool CpuWindows::StopPollingCpu() in StopPollingCpu()180 bool CpuWindows::Process(void* thread_object) in Process()[all …]
28 class CpuWindows : public CpuWrapper42 CpuWindows();43 virtual ~CpuWindows();
29 return new CpuWindows(); in CreateCpu()