Lines Matching refs:rt_sched_thread_get_curr_prio

262                 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()
903 if (mutex_priority != rt_sched_thread_get_curr_prio(pending_mutex->owner)) in _thread_update_priority()
927 …if ((mutex->ceiling_priority != 0xFF) || (rt_sched_thread_get_curr_prio(thread) == mutex->priority… in _check_and_update_prio()
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()
1378 if (mutex->ceiling_priority < rt_sched_thread_get_curr_prio(mutex->owner)) in _rt_mutex_take()
1419 priority = rt_sched_thread_get_curr_prio(thread); in _rt_mutex_take()
1425 if (mutex->priority < rt_sched_thread_get_curr_prio(mutex->owner)) 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()
1510 if (priority != rt_sched_thread_get_curr_prio(mutex->owner)) in _rt_mutex_take()
1680 mutex->priority = rt_sched_thread_get_curr_prio(th); in rt_mutex_release()