logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SDL_TLSID - Thread local storage ID.

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;

See Also