Searched refs:thread_set_priority (Results 1 – 5 of 5) sorted by relevance
131 thread_set_priority( in mutex_inherit_test()852 thread_set_priority(t, DEFAULT_PRIORITY + 2); in priority_test()856 thread_set_priority(t, DEFAULT_PRIORITY - 2); in priority_test()887 thread_set_priority(nt, DEFAULT_PRIORITY); in priority_test()891 thread_set_priority(nt, HIGH_PRIORITY); in priority_test()
241 void thread_set_priority(thread_t* t, int priority);
294 thread_set_priority(get_current_thread(), prio); in sys_thread_set_priority()
1013 thread_set_priority(&thread_, priority); in SetPriority()
1035 void thread_set_priority(thread_t* t, int priority) { in thread_set_priority() function
Completed in 17 milliseconds