Get the thread name as it was specified in SDL_CreateThread().
Defined in <SDL3/SDL_thread.h>
thread | the thread to query |
Returns a pointer to a UTF-8 string that names the specified thread, or NULL if it doesn't have a name.
This is internal memory, not to be freed by the caller, and remains valid until the specified thread is cleaned up by SDL_WaitThread().
This function is available since SDL 3.0.0.