Files
zephyr/kernel
James Harris 3330ab12d8 kernel: fix yielding between tasks with same deadline
Previously two tasks with the same deadline and priority would
always have `z_is_t1_higher_prio_than_t2` `true` in both directions.

This is logically inconsistent, and results in `k_yield` not actually
yielding between identical threads.

Signed-off-by: James Harris <james.harris@intel.com>
2021-02-27 10:25:47 +01:00
..
2020-11-27 20:08:14 -05:00
2020-12-08 13:21:26 -05:00
2020-12-07 21:50:14 -05:00
2021-02-04 14:00:36 -05:00
2020-09-23 13:21:07 -05:00
2020-12-07 21:50:14 -05:00
2021-01-15 14:51:20 +01:00