Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpecialKO/SpecialK
/ SK_MMCS_GetTaskForThreadID
Function
SK_MMCS_GetTaskForThreadID
src/thread.cpp:1202–1209 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1200
}
1201
1202
SK_MMCS_TaskEntry*
1203
SK_MMCS_GetTaskForThreadID (DWORD dwTid, const char* name)
1204
{
1205
return
1206
SK_MMCS_GetTaskForThreadIDEx ( dwTid, name,
1207
"Games"
,
1208
"Playback"
);
1209
}
1210
1211
1212
Callers
3
SK_Thread_WaitWhilePumpingMessages
Function · 0.85
SK_Exception_HandleThreadName
Function · 0.85
thread.h
File · 0.85
Calls
1
SK_MMCS_GetTaskForThreadIDEx
Function · 0.85
Tested by
no test coverage detected