OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getnumberofprocessors
(Results
1 - 7
of
7
) 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
();
Main.cpp
143
// s << "# CPUs: " << (UInt64)NWindows::NSystem::
GetNumberOfProcessors
() << "\n";
/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 331 milliseconds