mirror of
https://github.com/yawut/SDL.git
synced 2026-08-22 00:35:18 -05:00
wiiu/systhread: implement thread names
This commit is contained in:
committed by
Dave Murphy
parent
48e2bcd73a
commit
f5f0de3afc
@@ -74,7 +74,7 @@ int SDL_SYS_CreateThread(SDL_Thread *thread)
|
||||
|
||||
void SDL_SYS_SetupThread(const char *name)
|
||||
{
|
||||
/* Do nothing. */
|
||||
OSSetThreadName(OSGetCurrentThread(), name);
|
||||
}
|
||||
|
||||
SDL_threadID SDL_ThreadID(void)
|
||||
|
||||
Reference in New Issue
Block a user