HomeSort by relevance Sort by last modified time
    Searched refs:_numProcessors (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/7zip/Archive/Common/
HandlerOut.h 17 UInt32 _numProcessors;
56 UInt32 _numProcessors;
HandlerOut.cpp 41 _numProcessors = _numThreads = NSystem::GetNumberOfProcessors();
91 RINOK(ParseMtProp(name.Ptr(2), value, _numProcessors, _numThreads));
120 _numProcessors = _numThreads = NWindows::NSystem::GetNumberOfProcessors();
145 RINOK(ParseMtProp(name.Ptr(2), value, _numProcessors, _numThreads));

Completed in 829 milliseconds