Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Windows/
DSystem.cpp45 UInt32 GetNumberOfProcessors() in GetNumberOfProcessors() function
69 numSysThreads = GetNumberOfProcessors();
95 UInt32 GetNumberOfProcessors()
DSystem.h123 UInt32 GetNumberOfProcessors();
/third_party/lzma/CPP/7zip/Archive/Common/
DHandlerOut.h21 _numProcessors = _numThreads = NWindows::NSystem::GetNumberOfProcessors(); in InitCommon()
/third_party/lzma/CPP/7zip/Bundles/LzmaCon/
DLzmaAlone.cpp421 numThreads = NWindows::NSystem::GetNumberOfProcessors();
/third_party/lzma/CPP/7zip/UI/Console/
DMain.cpp279 const UInt32 numCpus = NWindows::NSystem::GetNumberOfProcessors(); in ShowProgInfo()
/third_party/lzma/CPP/7zip/UI/Common/
DBench.cpp3644 numCPUs = NSystem::GetNumberOfProcessors();