Home
last modified time | relevance | path

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

/src/
A Dscheduler_mp.c200 rt_ubase_t local_highest_ready_priority; in _get_local_highest_ready_prio() local
205 local_highest_ready_priority = (number << 3) + __rt_ffs(pcpu->ready_table[number]) - 1; in _get_local_highest_ready_prio()
209 local_highest_ready_priority = -1; in _get_local_highest_ready_prio()
211 return local_highest_ready_priority; in _get_local_highest_ready_prio()
234 rt_ubase_t highest_ready_priority, local_highest_ready_priority; in _scheduler_get_highest_priority_thread() local
238 local_highest_ready_priority = _get_local_highest_ready_prio(pcpu); in _scheduler_get_highest_priority_thread()
241 if (highest_ready_priority < local_highest_ready_priority) in _scheduler_get_highest_priority_thread()
250 *highest_prio = local_highest_ready_priority; in _scheduler_get_highest_priority_thread()
251 if (local_highest_ready_priority != -1) in _scheduler_get_highest_priority_thread()
254 pcpu->priority_table[local_highest_ready_priority].next); in _scheduler_get_highest_priority_thread()

Completed in 4 milliseconds