OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CpuWrapper
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/src/system_wrappers/interface/
cpu_wrapper.h
17
class
CpuWrapper
22
static
CpuWrapper
* CreateCpu();
23
virtual ~
CpuWrapper
() {}
44
CpuWrapper
() {}
/external/webrtc/src/system_wrappers/test/
Test.cpp
39
printf("Number of cores detected:%u\n", (unsigned int)
CpuWrapper
::DetectNumberOfCores());
41
CpuWrapper
* cpu =
CpuWrapper
::CreateCpu();
/external/webrtc/src/system_wrappers/source/
cpu.cc
33
WebRtc_UWord32
CpuWrapper
::_numberOfCores = 0;
35
WebRtc_UWord32
CpuWrapper
::DetectNumberOfCores()
75
CpuWrapper
*
CpuWrapper
::CreateCpu()
cpu_mac.h
17
class CpuWrapperMac : public
CpuWrapper
cpu_linux.h
17
class CpuLinux : public
CpuWrapper
Completed in 28 milliseconds