Searched refs:z_sched_prio_cmp (Results 1 – 6 of 6) 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()
119 (z_sched_prio_cmp(poller_thread(pending->poller), in add_event()126 if (z_sched_prio_cmp(poller_thread(poller), in add_event()
56 int32_t z_sched_prio_cmp(struct k_thread *thread_1, in z_sched_prio_cmp() function262 int32_t cmp = z_sched_prio_cmp(arch_current_thread(), thread); in next_up()
13 extern int32_t z_sched_prio_cmp(struct k_thread *thread_1,237 if (z_sched_prio_cmp(thread, t) > 0) { in z_priq_dumb_add()
122 int32_t z_sched_prio_cmp(struct k_thread *thread_1, struct k_thread *thread_2);