Files
zephyr/kernel
Nicolas Pitre 5879d2d6c1 sched: minor time slicing cleanup
Make sliceable() the actual condition for a sliceable thread. Avoid
creating a slice timeout for non sliceable threads. Always reset
slice_expired even if the next thread is not sliceable. Fold
slice_expired_locked() into z_time_slice() to avoid the hidden
unlock/lock. Change `curr` to `thread` as this is not necessarily
the current thread (yet) being set. Make variables static.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2023-03-16 09:16:59 +01:00
..
2022-03-18 13:24:08 -04:00
2022-11-05 16:41:45 +09:00
2023-01-26 10:00:29 +00:00
2022-08-24 17:49:20 +00:00
2023-03-16 09:16:59 +01:00
2022-05-09 09:26:20 +02:00