Searched refs:highest_prio (Results 1 – 3 of 3) sorted by relevance
95 static struct rt_thread* _scheduler_get_highest_priority_thread(rt_ubase_t *highest_prio) in _scheduler_get_highest_priority_thread() argument112 *highest_prio = highest_ready_priority; in _scheduler_get_highest_priority_thread()
231 static struct rt_thread* _scheduler_get_highest_priority_thread(rt_ubase_t *highest_prio) in _scheduler_get_highest_priority_thread() argument243 *highest_prio = highest_ready_priority; in _scheduler_get_highest_priority_thread()250 *highest_prio = local_highest_ready_priority; in _scheduler_get_highest_priority_thread()
1154 rt_uint8_t highest_prio; in rt_mutex_setprioceiling() local1168 highest_prio = _thread_get_mutex_priority(mutex->owner); in rt_mutex_setprioceiling()1169 if (highest_prio != rt_sched_thread_get_curr_prio(mutex->owner)) in rt_mutex_setprioceiling()1171 _thread_update_priority(mutex->owner, highest_prio, RT_UNINTERRUPTIBLE); in rt_mutex_setprioceiling()
Completed in 15 milliseconds