Thread local storage ID values.
Defined in <SDL3/SDL_thread.h>
typedef Uint32 SDL_TLSID;
0 is the invalid ID. An app can create these and then set data for these IDs that is unique to each thread.
This datatype is available since SDL 3.0.0.
CategoryAPI, CategoryAPIDatatype, CategoryThread