Home
last modified time | relevance | path

Searched refs:CThread (Results 1 – 13 of 13) sorted by relevance

/external/lzma/CPP/Windows/
DThread.h12 class CThread
14 ::CThread thread;
16 CThread() { Thread_Construct(&thread); } in CThread() function
17 ~CThread() { Close(); } in ~CThread()
/external/lzma/C/
DThreads.h18 typedef HANDLE CThread; typedef
35 WRes Thread_Create(CThread *p, THREAD_FUNC_TYPE func, LPVOID param);
DMtCoder.h54 CThread thread;
DLzFindMt.h27 CThread thread;
DThreads.c34 WRes Thread_Create(CThread *p, THREAD_FUNC_TYPE func, LPVOID param) in Thread_Create()
DMtDec.h50 CThread thread;
/external/lzma/CPP/7zip/Common/
DVirtThread.h13 NWindows::CThread Thread;
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DExtractCallbackSfx.h71 HRESULT StartProgressDialog(const UString &title, NWindows::CThread &thread) in StartProgressDialog()
DExtractEngine.cpp118 NWindows::CThread thread; in ExtractArchive()
/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialog.h136 INT_PTR Create(const UString &title, NWindows::CThread &thread, HWND wndParent = 0)
DProgressDialog2.h262 INT_PTR Create(const UString &title, NWindows::CThread &thread, HWND wndParent = 0);
DProgressDialog2.cpp935 INT_PTR CProgressDialog::Create(const UString &title, NWindows::CThread &thread, HWND wndParent) in Create()
1270 NWindows::CThread thread; in Create()
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp694 NWindows::CThread thread[2];
1512 NWindows::CThread Thread;
1563 NWindows::CThread Thread;