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

Function SK_SetThreadIdealProcessor

src/thread.cpp:508–516  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

506 SetThreadIdealProcessor_Original = nullptr;
507
508DWORD
509WINAPI
510SK_SetThreadIdealProcessor (HANDLE hThread, DWORD dwIdealProcessor)
511{
512 if (SetThreadIdealProcessor_Original != nullptr)
513 return SetThreadIdealProcessor_Original (hThread, dwIdealProcessor);
514
515 return SetThreadIdealProcessor (hThread, dwIdealProcessor);
516}
517
518static SetThreadPriorityBoost_pfn
519 SetThreadPriorityBoost_Original = nullptr;

Callers 5

ThreadProcMethod · 0.85
postJobMethod · 0.85
runMethod · 0.85
drawMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected