Searched refs:z_is_prio_higher (Results 1 – 3 of 3) sorted by relevance
84 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()
43 && !z_is_prio_higher(thread->base.prio, slice_max_prio) in thread_is_sliceable()
112 static inline bool z_is_prio_higher(int prio, int test_prio) in z_is_prio_higher() function