commit | 31ebd6036aa0c40862a763e0c5164b527c144535 | [log] [tgz] |
---|---|---|
author | Peter Mitsis <peter.mitsis@intel.com> | Thu Dec 19 15:52:07 2024 -0800 |
committer | Benjamin Cabé <kartben@gmail.com> | Tue Dec 24 04:22:51 2024 +0100 |
tree | 8e62f035a74a97ce791b1e80ccb7ba131dff31cd | |
parent | 669f2c489aeb547b331c1ec74f788a15128329b9 [diff] |
tests: Test k_reschedule() with deadline scheduler Setting a deadline is not a schedule point. This makes it a perfect place to verify the behavior of the new k_reschedule() routine at both thread and ISR level. Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>