# CategoryThread Header for the SDL thread management routines. ## Functions - [SDL_CreateThread](SDL_CreateThread) - [SDL_CreateThreadWithStackSize](SDL_CreateThreadWithStackSize) - [SDL_DetachThread](SDL_DetachThread) - [SDL_GetThreadID](SDL_GetThreadID) - [SDL_GetThreadName](SDL_GetThreadName) - [SDL_SetThreadPriority](SDL_SetThreadPriority) - [SDL_ThreadID](SDL_ThreadID) - [SDL_TLSCleanup](SDL_TLSCleanup) - [SDL_TLSCreate](SDL_TLSCreate) - [SDL_TLSGet](SDL_TLSGet) - [SDL_TLSSet](SDL_TLSSet) - [SDL_WaitThread](SDL_WaitThread) ## Datatypes - [SDL_ThreadFunction](SDL_ThreadFunction) ## Structs - (none.) ## Enums - [SDL_ThreadPriority](SDL_ThreadPriority) ## Macros - (none.)