HomeSort by relevance Sort by last modified time
    Searched refs:CThread (Results 1 - 12 of 12) sorted by null

  /external/lzma/CPP/Windows/
Thread.h 12 class CThread
14 ::CThread thread;
16 CThread() { Thread_Construct(&thread); }
17 ~CThread() { Close(); }
  /external/lzma/CPP/7zip/Common/
VirtThread.h 13 NWindows::CThread Thread;
  /external/lzma/CPP/7zip/Bundles/SFXSetup/
ExtractCallbackSfx.h 71 HRESULT StartProgressDialog(const UString &title, NWindows::CThread &thread)
ExtractEngine.cpp 119 NWindows::CThread thread;
  /external/lzma/C/
Threads.h 18 typedef HANDLE CThread;
35 WRes Thread_Create(CThread *p, THREAD_FUNC_TYPE func, LPVOID param);
LzFindMt.h 27 CThread thread;
MtCoder.h 13 CThread thread;
Threads.c 32 WRes Thread_Create(CThread *p, THREAD_FUNC_TYPE func, LPVOID param)
  /external/lzma/CPP/7zip/UI/FileManager/
ProgressDialog.h 136 INT_PTR Create(const UString &title, NWindows::CThread &thread, HWND wndParent = 0)
ProgressDialog2.h 261 INT_PTR Create(const UString &title, NWindows::CThread &thread, HWND wndParent = 0);
ProgressDialog2.cpp 913 INT_PTR CProgressDialog::Create(const UString &title, NWindows::CThread &thread, HWND wndParent)
1231 NWindows::CThread thread;
  /external/lzma/CPP/7zip/UI/Common/
Bench.cpp 611 NWindows::CThread thread[2];
    [all...]

Completed in 276 milliseconds