An enumeration of the available thread priorities.
SDL_THREAD_PRIORITY_LOW
for non-urgent, background processing
SDL_THREAD_PRIORITY_NORMAL
for general purpose processing (default)
SDL_THREAD_PRIORITY_HIGH
for timing-critical processing
CategoryEnum, CategoryThread