Include File(s): SDL_thread.h, SDL_mutex.h (contains thread synchronization primitives)
This category contains functions for system independent thread management routines.
{i} NOTE: You should not expect to be able to create a window, render, or receive events on any thread other than the main one. For platform-specific exceptions or complicated options ask on the forums/mailing list.
<>
<>
- SDL_CreateThread
- SDL_DetachThread
- SDL_GetThreadID
- SDL_GetThreadName
- SDL_SetThreadPriority
- SDL_ThreadID
- SDL_ThreadPriority
- SDL_TLSCreate
- SDL_TLSGet
- SDL_TLSSet
- SDL_WaitThread
CategoryCategory