Sets the UNIX nice value for a thread.
This uses setpriority() if possible, and RealtimeKit if available.
The Unix thread ID to change priority of.
The new, Unix-specific, priority value.
true on success or false on failure; call SDL_GetError() for more information.
See Implementation
Sets the UNIX nice value for a thread.
This uses setpriority() if possible, and RealtimeKit if available.