Searched refs:rt_thread_priority_table (Results 1 – 2 of 2) sorted by relevance
44 rt_list_t rt_thread_priority_table[RT_THREAD_PRIORITY_MAX]; variable110 …highest_priority_thread = RT_THREAD_LIST_NODE_ENTRY(rt_thread_priority_table[highest_ready_priorit… in _scheduler_get_highest_priority_thread()211 rt_list_init(&rt_thread_priority_table[offset]); in rt_system_scheduler_init()506 rt_list_insert_before(&(rt_thread_priority_table[RT_SCHED_PRIV(thread).current_priority]), in rt_sched_insert_thread()512 rt_list_insert_after(&(rt_thread_priority_table[RT_SCHED_PRIV(thread).current_priority]), in rt_sched_insert_thread()552 if (rt_list_isempty(&(rt_thread_priority_table[RT_SCHED_PRIV(thread).current_priority]))) in rt_sched_remove_thread()
46 rt_list_t rt_thread_priority_table[RT_THREAD_PRIORITY_MAX]; variable246 rt_thread_priority_table[highest_ready_priority].next); in _scheduler_get_highest_priority_thread()310 … rt_list_insert_before(&(rt_thread_priority_table[RT_SCHED_PRIV(thread).current_priority]), in _sched_insert_thread_locked()316 … rt_list_insert_after(&(rt_thread_priority_table[RT_SCHED_PRIV(thread).current_priority]), in _sched_insert_thread_locked()368 if (rt_list_isempty(&(rt_thread_priority_table[RT_SCHED_PRIV(thread).current_priority]))) in _sched_remove_thread_locked()428 rt_list_init(&rt_thread_priority_table[offset]); in rt_system_scheduler_init()
Completed in 6 milliseconds