Searched refs:_rt_sched_update_priority (Results 1 – 1 of 1) sorted by relevance
345 static rt_err_t _rt_sched_update_priority(struct rt_thread *thread, rt_uint8_t priority, rt_bool_t … in _rt_sched_update_priority() function402 return _rt_sched_update_priority(thread, priority, RT_FALSE); in rt_sched_thread_change_priority()410 return _rt_sched_update_priority(thread, priority, RT_TRUE); in rt_sched_thread_reset_priority()
Completed in 2 milliseconds