Home
last modified time | relevance | path

Searched refs:thread_1 (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/kernel/include/
Dksched.h122 int32_t z_sched_prio_cmp(struct k_thread *thread_1, struct k_thread *thread_2);
Dpriority_q.h13 extern int32_t z_sched_prio_cmp(struct k_thread *thread_1,
/Zephyr-latest/kernel/
Dsched.c56 int32_t z_sched_prio_cmp(struct k_thread *thread_1, in z_sched_prio_cmp() argument
60 int32_t b1 = thread_1->base.prio; in z_sched_prio_cmp()
75 uint32_t d1 = thread_1->base.prio_deadline; in z_sched_prio_cmp()