Home
last modified time | relevance | path

Searched refs:GetNumberOfProcessors (Results 1 – 6 of 6) sorted by relevance

/external/lzma/CPP/Windows/
DSystem.cpp16 UInt32 GetNumberOfProcessors() in GetNumberOfProcessors() function
25 UInt32 GetNumberOfProcessors()
DSystem.h11 UInt32 GetNumberOfProcessors();
/external/lzma/CPP/7zip/Archive/Common/
DHandlerOut.cpp41 _numProcessors = _numThreads = NSystem::GetNumberOfProcessors(); in Init()
120 _numProcessors = _numThreads = NWindows::NSystem::GetNumberOfProcessors(); in Init()
/external/lzma/CPP/7zip/Archive/7z/
D7zHandler.cpp43 _numThreads = NSystem::GetNumberOfProcessors(); in CHandler()
717 const UInt32 numProcessors = NSystem::GetNumberOfProcessors(); in SetProperties()
/external/lzma/CPP/7zip/Bundles/LzmaCon/
DLzmaAlone.cpp391 numThreads = NWindows::NSystem::GetNumberOfProcessors(); in main2()
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp2458 numCPUs = NSystem::GetNumberOfProcessors(); in Bench()