Home
last modified time | relevance | path

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

/Zephyr-latest/kernel/include/
Dksched.h63 bool z_thread_prio_set(struct k_thread *thread, int prio);
/Zephyr-latest/kernel/
Dmutex.c100 return z_thread_prio_set(mutex->owner, new_prio); in adjust_owner_prio()
Dsched.c696 bool z_thread_prio_set(struct k_thread *thread, int prio) in z_thread_prio_set() function
987 bool need_sched = z_thread_prio_set((struct k_thread *)thread, prio); in z_impl_k_thread_priority_set()