Home
last modified time | relevance | path

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

/Zephyr-latest/kernel/
Dmutex.c84 int new_prio = z_is_prio_higher(target, limit) ? target : limit; in new_prio_for_inheritance()
152 if (z_is_prio_higher(new_prio, mutex->owner->base.prio)) { in z_impl_k_mutex_lock()
Dtimeslicing.c43 && !z_is_prio_higher(thread->base.prio, slice_max_prio) in thread_is_sliceable()
/Zephyr-latest/kernel/include/
Dksched.h112 static inline bool z_is_prio_higher(int prio, int test_prio) in z_is_prio_higher() function