Searched refs:CThread (Results 1 – 13 of 13) sorted by relevance
/external/lzma/CPP/Windows/ |
D | Thread.h | 12 class CThread 14 ::CThread thread; 16 CThread() { Thread_Construct(&thread); } in CThread() function 17 ~CThread() { Close(); } in ~CThread()
|
/external/lzma/C/ |
D | Threads.h | 18 typedef HANDLE CThread; typedef 35 WRes Thread_Create(CThread *p, THREAD_FUNC_TYPE func, LPVOID param);
|
D | MtCoder.h | 54 CThread thread;
|
D | LzFindMt.h | 27 CThread thread;
|
D | Threads.c | 34 WRes Thread_Create(CThread *p, THREAD_FUNC_TYPE func, LPVOID param) in Thread_Create()
|
D | MtDec.h | 50 CThread thread;
|
/external/lzma/CPP/7zip/Common/ |
D | VirtThread.h | 13 NWindows::CThread Thread;
|
/external/lzma/CPP/7zip/Bundles/SFXSetup/ |
D | ExtractCallbackSfx.h | 71 HRESULT StartProgressDialog(const UString &title, NWindows::CThread &thread) in StartProgressDialog()
|
D | ExtractEngine.cpp | 118 NWindows::CThread thread; in ExtractArchive()
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | ProgressDialog.h | 136 INT_PTR Create(const UString &title, NWindows::CThread &thread, HWND wndParent = 0)
|
D | ProgressDialog2.h | 262 INT_PTR Create(const UString &title, NWindows::CThread &thread, HWND wndParent = 0);
|
D | ProgressDialog2.cpp | 935 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/ |
D | Bench.cpp | 694 NWindows::CThread thread[2]; 1512 NWindows::CThread Thread; 1563 NWindows::CThread Thread;
|