Lines Matching defs:CThreadInfo
202 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;
218 CMyComPtr<ISequentialInStream> InStream;
220 CAddCommon Coder;
221 HRESULT Result;
222 CCompressingResult CompressingResult;
224 bool IsFree;
225 bool InSeqMode;
226 bool OutSeqMode;
227 bool ExpectedDataSize_IsConfirmed;
229 UInt32 UpdateIndex;
230 UInt32 FileTime;
231 UInt64 ExpectedDataSize;
233 CThreadInfo(): in CThreadInfo() argument
246 void SetOptions(const CCompressionMethodMode &options) in SetOptions()
251 HRESULT CreateEvents() in CreateEvents()
257 HRESULT CreateThread() in CreateThread()
265 void StopWait_Close() in StopWait_Close()