Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Windows/
H A DThread.h12 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 DThreads.h35 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 DThreads.c55 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 DLzFindMt.h15 CThread thread;
H A DMtCoder.h54 CThread thread;
H A DMtDec.h50 CThread thread;
/third_party/lzma/CPP/7zip/Common/
H A DVirtThread.h13 NWindows::CThread Thread;
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/
H A DExtractCallbackSfx.h68 HRESULT StartProgressDialog(const UString &title, NWindows::CThread &thread) in StartProgressDialog()
H A DExtractEngine.cpp114 NWindows::CThread thread; in ExtractArchive()
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog.h139 INT_PTR Create(const UString &title, NWindows::CThread &thread, HWND wndParent = NULL) in Create()
H A DProgressDialog2.h269 INT_PTR Create(const UString &title, NWindows::CThread &thread, HWND wndParent = NULL);
H A DProgressDialog2.cpp955 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 DBench.cpp873 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 13 milliseconds