Searched refs:CThread (Results 1 – 13 of 13) sorted by relevance
/third_party/lzma/C/ |
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 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…
|
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 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()
|
D | MtCoder.h | 54 CThread thread;
|
D | LzFindMt.h | 15 CThread thread;
|
D | MtDec.h | 50 CThread thread;
|
/third_party/lzma/CPP/Windows/ |
D | Thread.h | 12 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/ |
D | VirtThread.h | 13 NWindows::CThread Thread;
|
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/ |
D | ExtractCallbackSfx.h | 68 HRESULT StartProgressDialog(const UString &title, NWindows::CThread &thread) in StartProgressDialog()
|
D | ExtractEngine.cpp | 114 NWindows::CThread thread; in ExtractArchive()
|
/third_party/lzma/CPP/7zip/UI/FileManager/ |
D | ProgressDialog.h | 139 INT_PTR Create(const UString &title, NWindows::CThread &thread, HWND wndParent = NULL)
|
D | ProgressDialog2.h | 269 INT_PTR Create(const UString &title, NWindows::CThread &thread, HWND wndParent = NULL);
|
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/ |
D | Bench.cpp | 873 …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;
|