set_thread_priority
extern status_t set_thread_priority(thread_id thread, int32 newPriority);
set_thread_priority(fThreadId, B_LOW_PRIORITY);
return set_thread_priority(fThreadId, newPriority);
set_thread_priority(fThreadId, B_LOW_PRIORITY);
return (set_thread_priority(fThreadId, priority));
set_thread_priority(fThreadId, B_LOW_PRIORITY);
set_thread_priority(thread, new_priority);
set_thread_priority(find_thread(NULL), B_NORMAL_PRIORITY);
set_thread_priority(xargsThread, B_LOW_PRIORITY);
set_thread_priority(Thread(), B_DISPLAY_PRIORITY);
ret = set_thread_priority(th, prio);
return set_thread_priority(th, prio);
set_thread_priority(fControlThread, fCurrentPriority);
set_thread_priority(fControlThread, fCurrentPriority);
set_thread_priority((thread_id)tdi, prio);
set_thread_priority(find_thread(NULL), B_URGENT_DISPLAY_PRIORITY);
set_thread_priority(Thread(), B_LOW_PRIORITY);
set_thread_priority(find_thread(NULL), B_NORMAL_PRIORITY + 1);
set_thread_priority(thread.thread, value);