Searched refs:need_sched (Results 1 – 1 of 1) sorted by relevance
698 bool need_sched = 0; in z_thread_prio_set() local702 need_sched = z_is_thread_ready(thread); in z_thread_prio_set()704 if (need_sched) { in z_thread_prio_set()739 return need_sched; in z_thread_prio_set()951 int need_sched = 0; in z_unpend_all() local957 need_sched = 1; in z_unpend_all()960 return need_sched; in z_unpend_all()987 bool need_sched = z_thread_prio_set((struct k_thread *)thread, prio); in z_impl_k_thread_priority_set() local989 if ((need_sched) && (IS_ENABLED(CONFIG_SMP) || in z_impl_k_thread_priority_set()