Searched refs:cmp (Results 1 – 2 of 2) sorted by relevance
15 int32_t cmp; in z_priq_rb_lessthan() local20 cmp = z_sched_prio_cmp(thread_a, thread_b); in z_priq_rb_lessthan()22 if (cmp > 0) { in z_priq_rb_lessthan()24 } else if (cmp < 0) { in z_priq_rb_lessthan()
227 int32_t cmp = z_sched_prio_cmp(_current, thread); in next_up() local230 if ((cmp > 0) || ((cmp == 0) && !_current_cpu->swap_ok)) { in next_up()
Completed in 6 milliseconds