Home
last modified time | relevance | path

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

/third_party/lzma/C/
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 aff…
131 WRes Thread_Wait_Close(CThread *p);
137 WRes Thread_Create_With_CpuSet(CThread *p, THREAD_FUNC_TYPE func, LPVOID param, const CCpuSet *cpuS…
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 aff… in Thread_Create_With_Affinity()
228 WRes Thread_Create_With_CpuSet(CThread *p, THREAD_FUNC_TYPE func, LPVOID param, const CCpuSet *cpuS… 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 aff… 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()
DMtCoder.h54 CThread thread;
DLzFindMt.h15 CThread thread;
DMtDec.h50 CThread thread;
/third_party/lzma/CPP/Windows/
DThread.h12 class CThread MY_UNCOPYABLE
14 ::CThread thread;
16 CThread() { Thread_CONSTRUCT(&thread) } in CThread() function
17 ~CThread() { Close(); } in ~CThread()
/third_party/lzma/CPP/7zip/Common/
DVirtThread.h13 NWindows::CThread Thread;
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/
DExtractCallbackSfx.h68 HRESULT StartProgressDialog(const UString &title, NWindows::CThread &thread) in StartProgressDialog()
DExtractEngine.cpp114 NWindows::CThread thread; in ExtractArchive()
/third_party/lzma/CPP/7zip/UI/FileManager/
DProgressDialog.h139 INT_PTR Create(const UString &title, NWindows::CThread &thread, HWND wndParent = NULL)
DProgressDialog2.h269 INT_PTR Create(const UString &title, NWindows::CThread &thread, HWND wndParent = NULL);
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/
DBench.cpp873 …WRes CreateThread_WithAffinity(NWindows::CThread &thread, THREAD_FUNC_TYPE startAddress, LPVOID pa…
1011 NWindows::CThread thread[2];
1745 NWindows::CThread &t = EncodersSpec->encoders[i].thread[0];
2350 NWindows::CThread Thread;