Home
last modified time | relevance | path

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

/kernel/
A 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()
719 return need_sched; in z_thread_prio_set()
941 int need_sched = 0; in z_unpend_all() local
947 need_sched = 1; in z_unpend_all()
950 return need_sched; in z_unpend_all()
977 bool need_sched = z_thread_prio_set((struct k_thread *)thread, prio); in z_impl_k_thread_priority_set() local
979 if ((need_sched) && (IS_ENABLED(CONFIG_SMP) || in z_impl_k_thread_priority_set()

Completed in 6 milliseconds