Searched refs:CAffinityMask (Results 1 – 4 of 4) sorted by relevance
/third_party/lzma/C/ |
D | Threads.h | 58 typedef DWORD_PTR CAffinityMask; typedef 81 typedef UInt64 CAffinityMask; 130 WRes Thread_Create_With_Affinity(CThread *p, THREAD_FUNC_TYPE func, LPVOID param, CAffinityMask aff…
|
D | Threads.c | 83 WRes Thread_Create_With_Affinity(CThread *p, THREAD_FUNC_TYPE func, LPVOID param, CAffinityMask aff… in Thread_Create_With_Affinity() 301 WRes Thread_Create_With_Affinity(CThread *p, THREAD_FUNC_TYPE func, LPVOID param, CAffinityMask aff… in Thread_Create_With_Affinity()
|
D | LzFindMt.c | 263 wres = Thread_Create_With_Affinity(&p->thread, startAddress, obj, (CAffinityMask)p->affinity); in MtSync_Create_WRes()
|
/third_party/lzma/CPP/Windows/ |
D | Thread.h | 25 WRes Create_With_Affinity(THREAD_FUNC_TYPE startAddress, LPVOID param, CAffinityMask affinity) in Create_With_Affinity()
|