Sets the priority (not nice level) and scheduling policy for a thread.
This uses setpriority() if possible, and RealtimeKit if available.
The Unix thread ID to change priority of.
The new SDL_ThreadPriority value.
The new scheduling policy (SCHED_FIFO, SCHED_RR, SCHED_OTHER, etc...).
true on success or false on failure; call SDL_GetError() for more information.
See Implementation
Sets the priority (not nice level) and scheduling policy for a thread.
This uses setpriority() if possible, and RealtimeKit if available.