Home
last modified time | relevance | path

Searched refs:scheduler_set_thread_priority (Results 1 – 3 of 3) sorted by relevance

/haiku/headers/private/kernel/
H A Dkscheduler.h45 int32 scheduler_set_thread_priority(Thread* thread, int32 priority);
/haiku/src/system/kernel/scheduler/
H A Dscheduler.cpp171 scheduler_set_thread_priority(Thread *thread, int32 priority) in scheduler_set_thread_priority() function
/haiku/src/system/kernel/
H A Dthread.cpp1487 scheduler_set_thread_priority(thread, B_NORMAL_PRIORITY); in make_thread_unreal()
1523 scheduler_set_thread_priority(thread, prio); in set_thread_prio()
2017 scheduler_set_thread_priority(thread, B_URGENT_DISPLAY_PRIORITY); in thread_exit()
3346 return scheduler_set_thread_priority(thread, priority); in thread_set_thread_priority()