Searched defs:CThreadInfo (Results 1 – 2 of 2) sorted by relevance
202 struct CThreadInfo struct206 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 …]
140 CThreadInfo(): m_Block(NULL), m_BlockSorterIndex(NULL) {} in CThreadInfo() function