Home
last modified time | relevance | path

Searched refs:rt_sched_thread_get_curr_prio (Results 1 – 2 of 2) sorted by relevance

/src/
A Dipc.c262 if (rt_sched_thread_get_curr_prio(thread) < rt_sched_thread_get_curr_prio(sthread)) in rt_susp_list_enqueue()
834 mutex->priority = rt_sched_thread_get_curr_prio(thread); in _mutex_update_priority()
1105 if (mutex->owner && rt_sched_thread_get_curr_prio(mutex->owner) == in rt_mutex_drop_thread()
1106 rt_sched_thread_get_curr_prio(thread)) in rt_mutex_drop_thread()
1119 mutex->priority = rt_sched_thread_get_curr_prio(th); in rt_mutex_drop_thread()
1132 if (priority != rt_sched_thread_get_curr_prio(mutex->owner)) in rt_mutex_drop_thread()
1169 if (highest_prio != rt_sched_thread_get_curr_prio(mutex->owner)) in rt_mutex_setprioceiling()
1419 priority = rt_sched_thread_get_curr_prio(thread); in _rt_mutex_take()
1486 …if (mutex->owner && rt_sched_thread_get_curr_prio(mutex->owner) == rt_sched_thread_get_curr_prio(t… in _rt_mutex_take()
1497 mutex->priority = rt_sched_thread_get_curr_prio(th); in _rt_mutex_take()
[all …]
A Dscheduler_comm.c121 rt_uint8_t rt_sched_thread_get_curr_prio(struct rt_thread *thread) in rt_sched_thread_get_curr_prio() function

Completed in 8 milliseconds