MCPcopy 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

StubPostAppFunction · 0.85
GX2Init_eventFunction · 0.85
__OSInitDefaultThreadsFunction · 0.85
InitializeAlarmFunction · 0.85
InitializeAsyncCallbackFunction · 0.85
IPCDriver_InitIPCThreadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected