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);
261 update_cache(thread == _current); in move_thread_to_end_of_prio_q()
288 static ALWAYS_INLINE void update_cache(int preempt_ok) in update_cache() function
351 update_cache(0); in ready_thread()
466 update_cache(1); in z_impl_k_thread_suspend()
529 update_cache(thread == _current); in unready_thread()
701 update_cache(1); in z_thread_prio_set()
775 update_cache(0); in k_sched_unlock()
1029 update_cache(0); in z_impl_k_reschedule()
1058 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