Searched refs:CCpuSet (Results 1 - 5 of 5) sorted by relevance
/third_party/lzma/C/ |
H A D | Threads.h | 59 typedef DWORD_PTR CCpuSet;
typedef 85 typedef cpu_set_t CCpuSet;
92 typedef UInt64 CCpuSet;
137 WRes Thread_Create_With_CpuSet(CThread *p, THREAD_FUNC_TYPE func, LPVOID param, const CCpuSet *cpuSet);
|
H A D | Threads.c | 228 WRes Thread_Create_With_CpuSet(CThread *p, THREAD_FUNC_TYPE func, LPVOID param, const CCpuSet *cpuSet)
in Thread_Create_With_CpuSet() 304 CCpuSet cs;
in Thread_Create_With_Affinity()
|
/third_party/lzma/CPP/Windows/ |
H A D | System.h | 69 CCpuSet cpu_set;
|
H A D | Thread.h | 27 WRes Create_With_CpuSet(THREAD_FUNC_TYPE startAddress, LPVOID param, const CCpuSet *cpuSet)
in Create_With_CpuSet()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | Bench.cpp | 870 DWORD_PTR GetAffinityMask(UInt32 bundleIndex, CCpuSet *cpuSet) const;
877 CCpuSet cpuSet;
926 DWORD_PTR CAffinityMode::GetAffinityMask(UInt32 bundleIndex, CCpuSet *cpuSet) const
1289 CCpuSet cpuSet;
|
Completed in 6 milliseconds