Searched refs:_numThreads (Results 1 – 7 of 7) sorted by relevance
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zHandler.h | 84 UInt32 _numThreads; variable
|
D | 7zHandler.cpp | 42 _numThreads = NSystem::GetNumberOfProcessors(); in CHandler() 451 _numThreads = numProcessors; in SetProperties() 466 RINOK(ParseMtProp(name.Mid(2), value, numProcessors, _numThreads)); in SetProperties()
|
D | 7zHandlerOut.cpp | 55 , _numThreads in SetCompressionMethod() 331 methodMode.NumThreads = _numThreads; in UpdateItems()
|
D | 7zExtract.cpp | 238 , true, _numThreads in Extract()
|
/external/lzma/CPP/7zip/Archive/Common/ |
D | HandlerOut.h | 28 UInt32 _numThreads; variable
|
D | HandlerOut.cpp | 480 _numThreads = NSystem::GetNumberOfProcessors(); in Init() 542 RINOK(ParseMtProp(name.Mid(2), value, numProcessors, _numThreads)); in SetProperty()
|
/external/lzma/CPP/7zip/Archive/ |
D | XzHandler.cpp | 647 , _numThreads in UpdateItems() 661 lzma2Props.numTotalThreads = _numThreads; in UpdateItems()
|