HomeSort by relevance Sort by last modified time
    Searched refs:CThread (Results 1 - 15 of 15) 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 118 NWindows::CThread thread;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
Threads.h 18 typedef HANDLE CThread;
35 WRes Thread_Create(CThread *p, THREAD_FUNC_TYPE func, LPVOID param);
LzFindMt.h 27 CThread thread;
Threads.c 32 WRes Thread_Create(CThread *p, THREAD_FUNC_TYPE func, LPVOID param)
  /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 262 INT_PTR Create(const UString &title, NWindows::CThread &thread, HWND wndParent = 0);
ProgressDialog2.cpp 932 INT_PTR CProgressDialog::Create(const UString &title, NWindows::CThread &thread, HWND wndParent)
1250 NWindows::CThread thread;
  /external/lzma/CPP/7zip/UI/Common/
Bench.cpp 697 NWindows::CThread thread[2];
    [all...]

Completed in 408 milliseconds