Home
last modified time | relevance | path

Searched refs:numCPUs (Results 1 - 2 of 2) sorted by relevance

/third_party/lzma/CPP/7zip/Common/
H A DMethodProps.h40 inline HRESULT ParseMtProp(const UString &name, const PROPVARIANT &prop, UInt32 numCPUs, UInt32 &numThreads) in ParseMtProp() argument
43 numThreads = numCPUs; in ParseMtProp()
/third_party/lzma/CPP/7zip/UI/Common/
H A DBench.cpp3633 UInt32 numCPUs = 1;
3642 numCPUs = threadsInfo.GetNumProcessThreads();
3644 numCPUs = NSystem::GetNumberOfProcessors();
3648 // numCPUs = 24;
3662 UInt32 numThreadsSpecified = numCPUs;
3800 if (bundle > 0 && bundle < numCPUs)
3803 affinityMode.SetLevels(numCPUs, 2);
3840 RINOK(ParseMtProp(s, propVariant, numCPUs, numThreadsSpecified))
3956 so we reduce freq test to (numCPUs / 2) */
3958 UInt32 numThreads = numThreadsSpecified >= numCPUs /
[all...]

Completed in 4 milliseconds