Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/kernel/
Dsched.c38 static void update_cache(int preempt_ok);
296 update_cache(thread == _current); in move_thread_to_end_of_prio_q()
323 static void update_cache(int preempt_ok) in update_cache() function
386 update_cache(0); in ready_thread()
576 update_cache(thread == _current); in unready_thread()
774 update_cache(1); in z_thread_prio_set()
848 update_cache(0); in k_sched_unlock()
1127 update_cache(1); in z_impl_k_yield()
1363 update_cache(1); in halt_thread()
/Zephyr-Core-3.7.0/doc/releases/
Drelease-notes-1.12.rst784 * :github:`8129` - scheduler: in update_cache() thread from next_up() and _current are the same