Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/kernel/
Dmutex.c99 return z_set_prio(mutex->owner, new_prio); in adjust_owner_prio()
Dsched.c1020 bool z_set_prio(struct k_thread *thread, int prio) in z_set_prio() function
1049 bool need_sched = z_set_prio(thread, prio); in z_thread_priority_set()
/Zephyr-Core-3.6.0/kernel/include/
Dksched.h57 bool z_set_prio(struct k_thread *thread, int prio);