Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/src/
H A Dscheduler.c40 rt_list_t rt_thread_priority_table[RT_THREAD_PRIORITY_MAX]; variable
155 … highest_priority_thread = rt_list_entry(rt_thread_priority_table[highest_ready_priority].next, in _get_highest_priority_thread()
185 highest_priority_thread = rt_list_entry(rt_thread_priority_table[highest_ready_priority].next, in _get_highest_priority_thread()
215 rt_list_init(&rt_thread_priority_table[offset]); in rt_system_scheduler_init()
620 rt_list_insert_before(&(rt_thread_priority_table[thread->current_priority]), in rt_schedule_insert_thread()
671 rt_list_insert_before(&(rt_thread_priority_table[thread->current_priority]), in rt_schedule_insert_thread()
714 if (rt_list_isempty(&(rt_thread_priority_table[thread->current_priority]))) in rt_schedule_remove_thread()
764 if (rt_list_isempty(&(rt_thread_priority_table[thread->current_priority]))) in rt_schedule_remove_thread()