Home
last modified time | relevance | path

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

/src/
A Dscheduler_comm.c400 rt_err_t rt_sched_thread_change_priority(struct rt_thread *thread, rt_uint8_t priority) in rt_sched_thread_change_priority() function
A Dthread.c802 error = rt_sched_thread_change_priority(thread, *(rt_uint8_t *)arg); in rt_thread_control()
A Dipc.c876 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