Home
last modified time | relevance | path

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

/Zephyr-latest/kernel/
Dsched.c202 static ALWAYS_INLINE struct k_thread *next_up(void) in next_up() function
326 struct k_thread *thread = next_up(); in update_cache()
819 struct k_thread *ret = next_up(); in z_swap_next_thread()
886 new_thread = next_up(); in z_get_next_switch_handle()
/Zephyr-latest/doc/releases/
Drelease-notes-1.12.rst784 * :github:`8129` - scheduler: in update_cache() thread from next_up() and _current are the same