Searched refs:rt_sched_thread_change_priority (Results 1 – 3 of 3) sorted by relevance
400 rt_err_t rt_sched_thread_change_priority(struct rt_thread *thread, rt_uint8_t priority) in rt_sched_thread_change_priority() function
802 error = rt_sched_thread_change_priority(thread, *(rt_uint8_t *)arg); in rt_thread_control()
876 ret = rt_sched_thread_change_priority(thread, priority); in _thread_update_priority()907 ret = rt_sched_thread_change_priority(thread, mutex_priority); in _thread_update_priority()934 rt_sched_thread_change_priority(thread, priority); in _check_and_update_prio()
Completed in 10 milliseconds