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_ThreadID - A unique numeric ID that identifies a thread.

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;

See Also