SDL_ThreadID - A unique numeric ID that identifies a thread.
Contents
Availability
This datatype is available since SDL 3.2.0.
Description
These are different from SDL_Thread objects, which are generally what an application will operate on, but
having a way to uniquely identify a thread can be useful at times.
Name
SDL_ThreadID - A unique numeric ID that identifies a thread.
See Also
SDL_GetThreadID(3), SDL_GetCurrentThreadID(3) Simple Directmedia Layer SDL 3.2.20 SDL_ThreadID(3type)
Synopsis
#include<SDL3/SDL_thread.h>typedefUint64SDL_ThreadID;
