Searched defs:numCPUs (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dprinit.h184 NSPR_API(void) PR_SetConcurrency(PRUintn numCPUs); variable
/external/lzma/CPP/7zip/UI/Console/
H A DBenchCon.cpp162 UInt32 numCPUs = NWindows::NSystem::GetNumberOfProcessors(); local
163 PrintRequirements(f, "size: ", ramSize, "CPU hardware threads:", numCPUs);
165 numThreads = numCPUs;
248 UInt32 numCPUs = NWindows::NSystem::GetNumberOfProcessors(); local
249 PrintRequirements(f, "size: ", ramSize, "CPU hardware threads:", numCPUs);
251 numThreads = numCPUs;
/external/lzma/CPP/7zip/Bundles/LzmaCon/
H A DLzmaAlone.cpp220 UInt32 numCPUs = NWindows::NSystem::GetNumberOfProcessors(); local
223 numThreads = numCPUs;

Completed in 143 milliseconds