MCPcopy Create free account
hub / github.com/SpecialKO/SpecialK / SK_SetThreadAffinityMask

Function SK_SetThreadAffinityMask

src/thread.cpp:744–752  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

742#endif
743
744DWORD_PTR
745WINAPI
746SK_SetThreadAffinityMask (HANDLE hThread, DWORD_PTR mask)
747{
748 return
749 ( SetThreadAffinityMask_Original != nullptr ?
750 SetThreadAffinityMask_Original (hThread, mask) :
751 SetThreadAffinityMask (hThread, mask) );
752}
753
754bool
755SK_Thread_InitDebugExtras (void)

Callers 4

SK_CPU_GetJoulesConsumedFunction · 0.85
SK_CPU_UpdateCoreSensorsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected