Home
last modified time | relevance | path

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

/Zephyr-latest/kernel/
Dsched.c38 static ALWAYS_INLINE void update_cache(int preempt_ok);
296 update_cache(thread == arch_current_thread()); in move_thread_to_end_of_prio_q()
323 static ALWAYS_INLINE void update_cache(int preempt_ok) in update_cache() function
386 update_cache(0); in ready_thread()
496 update_cache(1); in z_impl_k_thread_suspend()
559 update_cache(thread == arch_current_thread()); in unready_thread()
731 update_cache(1); in z_thread_prio_set()
805 update_cache(0); in k_sched_unlock()
1059 update_cache(0); in z_impl_k_reschedule()
1090 update_cache(1); in z_impl_k_yield()
[all …]
/Zephyr-latest/doc/releases/
Drelease-notes-1.12.rst784 * :github:`8129` - scheduler: in update_cache() thread from next_up() and _current are the same