Home
last modified time | relevance | path

Searched refs:Get_NumThreads (Results 1 – 4 of 4) sorted by relevance

/third_party/lzma/CPP/7zip/Common/
DMethodProps.h91 int Get_NumThreads() const in Get_NumThreads() function
188 int numThreads = Get_NumThreads(); in Get_Lzma_NumThreads()
200 int numThreads = Get_NumThreads(); in Get_Xz_NumThreads()
249 int numThreads = Get_NumThreads(); in Get_BZip2_NumThreads()
/third_party/lzma/CPP/7zip/Archive/7z/
D7zHandlerOut.cpp122 const bool numThreads_WasSpecifiedInMethod = (oneMethodInfo.Get_NumThreads() >= 0); in SetMainMethod()
/third_party/lzma/CPP/7zip/Archive/
DXzHandler.cpp1176 const bool numThreads_WasSpecifiedInMethod = (oneMethodInfo.Get_NumThreads() >= 0); in UpdateItems()
/third_party/lzma/CPP/7zip/UI/Common/
DBench.cpp1752 if (numThreads == 1 && method.Get_NumThreads() < 0) in MethodBench()
1981 int numSubThreads = method.Get_NumThreads(); in MethodBench()