Searched refs:CThread (Results 1 - 13 of 13) sorted by relevance
/third_party/lzma/CPP/Windows/ |
H A D | Thread.h | 12 class CThread MY_UNCOPYABLE
14 ::CThread thread;
16 CThread() { Thread_CONSTRUCT(&thread) }
in CThread() function in NWindows::MY_UNCOPYABLE 17 ~CThread() { Close(); }
in ~CThread()
|
/third_party/lzma/C/ |
H A D | Threads.h | 35 typedef HANDLE CThread;
typedef 70 } CThread;
74 WRes Thread_Close(CThread *p);
129 WRes Thread_Create(CThread *p, THREAD_FUNC_TYPE func, LPVOID param);
130 WRes Thread_Create_With_Affinity(CThread *p, THREAD_FUNC_TYPE func, LPVOID param, CAffinityMask affinity);
131 WRes Thread_Wait_Close(CThread *p);
137 WRes Thread_Create_With_CpuSet(CThread *p, THREAD_FUNC_TYPE func, LPVOID param, const CCpuSet *cpuSet);
|
H A D | Threads.c | 55 WRes Thread_Wait_Close(CThread *p)
in Thread_Wait_Close() 62 WRes Thread_Create(CThread *p, THREAD_FUNC_TYPE func, LPVOID param)
in Thread_Create() 83 WRes Thread_Create_With_Affinity(CThread *p, THREAD_FUNC_TYPE func, LPVOID param, CAffinityMask affinity)
in Thread_Create_With_Affinity() 228 WRes Thread_Create_With_CpuSet(CThread *p, THREAD_FUNC_TYPE func, LPVOID param, const CCpuSet *cpuSet)
in Thread_Create_With_CpuSet() 295 WRes Thread_Create(CThread *p, THREAD_FUNC_TYPE func, LPVOID param)
in Thread_Create() 301 WRes Thread_Create_With_Affinity(CThread *p, THREAD_FUNC_TYPE func, LPVOID param, CAffinityMask affinity)
in Thread_Create_With_Affinity() 321 WRes Thread_Close(CThread *p)
in Thread_Close() 335 WRes Thread_Wait_Close(CThread *p)
in Thread_Wait_Close()
|
H A D | LzFindMt.h | 15 CThread thread;
|
H A D | MtCoder.h | 54 CThread thread;
|
H A D | MtDec.h | 50 CThread thread;
|
/third_party/lzma/CPP/7zip/Common/ |
H A D | VirtThread.h | 13 NWindows::CThread Thread;
|
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/ |
H A D | ExtractCallbackSfx.h | 68 HRESULT StartProgressDialog(const UString &title, NWindows::CThread &thread)
in StartProgressDialog()
|
H A D | ExtractEngine.cpp | 114 NWindows::CThread thread;
in ExtractArchive()
|
/third_party/lzma/CPP/7zip/UI/FileManager/ |
H A D | ProgressDialog.h | 139 INT_PTR Create(const UString &title, NWindows::CThread &thread, HWND wndParent = NULL)
in Create()
|
H A D | ProgressDialog2.h | 269 INT_PTR Create(const UString &title, NWindows::CThread &thread, HWND wndParent = NULL);
|
H A D | ProgressDialog2.cpp | 955 INT_PTR CProgressDialog::Create(const UString &title, NWindows::CThread &thread, HWND wndParent)
in Create() 1398 NWindows::CThread thread;
in Create()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | Bench.cpp | 873 WRes CreateThread_WithAffinity(NWindows::CThread &thread, THREAD_FUNC_TYPE startAddress, LPVOID parameter, UInt32 bundleIndex) const
1011 NWindows::CThread thread[2];
1745 NWindows::CThread &t = EncodersSpec->encoders[i].thread[0];
2350 NWindows::CThread Thread;
|
Completed in 10 milliseconds