Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/src/
H A Dscheduler.c128 register struct rt_thread *highest_priority_thread; in _get_highest_priority_thread() local
155highest_priority_thread = rt_list_entry(rt_thread_priority_table[highest_ready_priority].next, in _get_highest_priority_thread()
162highest_priority_thread = rt_list_entry(pcpu->priority_table[local_highest_ready_priority].next, in _get_highest_priority_thread()
167 return highest_priority_thread; in _get_highest_priority_thread()
172 register struct rt_thread *highest_priority_thread; in _get_highest_priority_thread() local
185 highest_priority_thread = rt_list_entry(rt_thread_priority_table[highest_ready_priority].next, in _get_highest_priority_thread()
191 return highest_priority_thread; in _get_highest_priority_thread()