Searched refs:z_sched_prio_cmp (Results 1 – 5 of 5) sorted by relevance
20 cmp = z_sched_prio_cmp(thread_a, thread_b); in z_priq_rb_lessthan()
59 (((z_sched_prio_cmp(cpu_thread, thread) < 0) && in ipi_mask_create()
115 (z_sched_prio_cmp(poller_thread(pending->poller), in add_event()122 if (z_sched_prio_cmp(poller_thread(poller), in add_event()
227 int32_t cmp = z_sched_prio_cmp(_current, thread); in next_up()
73 static ALWAYS_INLINE int32_t z_sched_prio_cmp(struct k_thread *thread_1, struct k_thread *thread_2) in z_sched_prio_cmp() function111 if (z_sched_prio_cmp(thread, t) > 0) { in z_priq_simple_add()146 if (z_sched_prio_cmp(_current, t) > 0) { in z_priq_simple_yield()