Searched refs:z_thread_prio_set (Results 1 – 3 of 3) sorted by relevance
63 bool z_thread_prio_set(struct k_thread *thread, int prio);
100 return z_thread_prio_set(mutex->owner, new_prio); in adjust_owner_prio()
696 bool z_thread_prio_set(struct k_thread *thread, int prio) in z_thread_prio_set() function987 bool need_sched = z_thread_prio_set((struct k_thread *)thread, prio); in z_impl_k_thread_priority_set()