Home
last modified time | relevance | path

Searched refs:z_sched_prio_cmp (Results 1 – 6 of 6) 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.c119 (z_sched_prio_cmp(poller_thread(pending->poller), in add_event()
126 if (z_sched_prio_cmp(poller_thread(poller), in add_event()
Dsched.c56 int32_t z_sched_prio_cmp(struct k_thread *thread_1, in z_sched_prio_cmp() function
262 int32_t cmp = z_sched_prio_cmp(arch_current_thread(), thread); in next_up()
/Zephyr-latest/kernel/include/
Dpriority_q.h13 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()
Dksched.h122 int32_t z_sched_prio_cmp(struct k_thread *thread_1, struct k_thread *thread_2);