Home
last modified time | relevance | path

Searched refs:z_sched_prio_cmp (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/kernel/
Dpriority_queues.c20 cmp = z_sched_prio_cmp(thread_a, thread_b); in z_priq_rb_lessthan()
Dipi.c59 (((z_sched_prio_cmp(cpu_thread, thread) < 0) && in ipi_mask_create()
Dpoll.c115 (z_sched_prio_cmp(poller_thread(pending->poller), in add_event()
122 if (z_sched_prio_cmp(poller_thread(poller), in add_event()
Dsched.c227 int32_t cmp = z_sched_prio_cmp(_current, thread); in next_up()
/Zephyr-latest/kernel/include/
Dpriority_q.h73 static ALWAYS_INLINE int32_t z_sched_prio_cmp(struct k_thread *thread_1, struct k_thread *thread_2) in z_sched_prio_cmp() function
111 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()