Searched refs:cpuCount (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/src/system_wrappers/source/ |
D | cpu_mac.cc | 27 natural_t cpuCount; in CpuWrapperMac() local 33 &cpuCount, in CpuWrapperMac() 41 _cpuCount = cpuCount; in CpuWrapperMac() 42 _cpuUsage = new WebRtc_UWord32[cpuCount]; in CpuWrapperMac() 43 _lastTickCount = new WebRtc_Word64[cpuCount]; in CpuWrapperMac() 48 for (unsigned int cpu= 0; cpu < cpuCount; cpu++) in CpuWrapperMac() 102 natural_t cpuCount; in Update() local 108 &cpuCount, in Update() 120 for (unsigned int cpu = 0; cpu < cpuCount; cpu++) in Update()
|
/external/sqlite/dist/ |
D | sqlite3.c | 17247 int cpuCount; in sqlite3MemInit() local 17252 len = sizeof(cpuCount); in sqlite3MemInit() 17254 sysctlbyname("hw.ncpu", &cpuCount, &len, NULL, 0); in sqlite3MemInit() 17255 if( cpuCount>1 ){ in sqlite3MemInit()
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 17247 int cpuCount; in sqlite3MemInit() local 17252 len = sizeof(cpuCount); in sqlite3MemInit() 17254 sysctlbyname("hw.ncpu", &cpuCount, &len, NULL, 0); in sqlite3MemInit() 17255 if( cpuCount>1 ){ in sqlite3MemInit()
|