scheduler_set_thread_priority
int32 scheduler_set_thread_priority(Thread* thread, int32 priority);
scheduler_set_thread_priority(thread, B_NORMAL_PRIORITY);
scheduler_set_thread_priority(thread, prio);
scheduler_set_thread_priority(thread, B_URGENT_DISPLAY_PRIORITY);
return scheduler_set_thread_priority(thread, priority);