SDL_TLSID - Thread local storage ID.
Contents
Availability
This datatype is available since SDL 3.2.0.
Description
0 is the invalid ID. An app can create these and then set data for these IDs that is unique to each
thread.
Name
SDL_TLSID - Thread local storage ID.
See Also
SDL_GetTLS(3), SDL_SetTLS(3) Simple Directmedia Layer SDL 3.2.20 SDL_TLSID(3type)
Synopsis
#include<SDL3/SDL_thread.h>typedefSDL_AtomicIntSDL_TLSID;
