Home
last modified time | relevance | path

Searched defs:CThreadInfo (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/Archive/Zip/
H A DZipUpdate.cpp202 struct CThreadInfo struct
206 NWindows::CThread Thread;
207 NWindows::NSynchronization::CAutoResetEvent CompressEvent;
208 CMtSem *MtSem;
209 unsigned ThreadIndex;
211 bool ExitThread;
213 CMtCompressProgress *ProgressSpec;
214 CMyComPtr<ICompressProgressInfo> Progress;
216 COutMemStream *OutStreamSpec;
217 CMyComPtr<IOutStream> OutStream;
[all …]
/aosp_15_r20/external/lzma/CPP/7zip/Compress/
H A DBZip2Encoder.h140 CThreadInfo(): m_Block(NULL), m_BlockSorterIndex(NULL) {} in CThreadInfo() function