Home
last modified time | relevance | path

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

/Zephyr-latest/kernel/
Dsched.c668 bool need_sched = 0; in z_thread_prio_set() local
672 need_sched = z_is_thread_ready(thread); in z_thread_prio_set()
674 if (need_sched) { in z_thread_prio_set()
709 return need_sched; in z_thread_prio_set()
921 int need_sched = 0; in z_unpend_all() local
927 need_sched = 1; in z_unpend_all()
930 return need_sched; in z_unpend_all()
957 bool need_sched = z_thread_prio_set((struct k_thread *)thread, prio); in z_impl_k_thread_priority_set() local
959 if ((need_sched) && (IS_ENABLED(CONFIG_SMP) || in z_impl_k_thread_priority_set()