OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetNumberOfProcessors
(Results
1 - 6
of
6
) sorted by null
/external/lzma/CPP/Windows/
System.h
11
UInt32
GetNumberOfProcessors
();
System.cpp
12
UInt32
GetNumberOfProcessors
()
/external/lzma/CPP/7zip/UI/Console/
BenchCon.cpp
162
UInt32 numCPUs = NWindows::NSystem::
GetNumberOfProcessors
();
248
UInt32 numCPUs = NWindows::NSystem::
GetNumberOfProcessors
();
/external/lzma/CPP/7zip/Archive/7z/
7zHandler.cpp
42
_numThreads = NSystem::
GetNumberOfProcessors
();
450
const UInt32 numProcessors = NSystem::
GetNumberOfProcessors
();
/external/lzma/CPP/7zip/Archive/Common/
HandlerOut.cpp
480
_numThreads = NSystem::
GetNumberOfProcessors
();
494
numProcessors = NSystem::
GetNumberOfProcessors
();
/external/lzma/CPP/7zip/Bundles/LzmaCon/
LzmaAlone.cpp
220
UInt32 numCPUs = NWindows::NSystem::
GetNumberOfProcessors
();
Completed in 416 milliseconds