Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cemu-project/Cemu
/ OSSetThreadName
Function
OSSetThreadName
src/Cafe/OS/libs/coreinit/coreinit_Thread.cpp:624–627 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
622
}
623
624
void OSSetThreadName(OSThread_t* thread, const char* name)
625
{
626
thread->threadName = name;
627
}
628
629
const char* OSGetThreadName(OSThread_t* thread)
630
{
Callers
8
StubPostApp
Function · 0.85
GX2Init_event
Function · 0.85
RecreateProcUICoreThreads
Function · 0.85
__OSInitTerminatorThreads
Function · 0.85
__OSInitDefaultThreads
Function · 0.85
InitializeAlarm
Function · 0.85
InitializeAsyncCallback
Function · 0.85
IPCDriver_InitIPCThread
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected