mirror of
https://github.com/apache/nuttx.git
synced 2026-05-15 13:16:28 +08:00
5951bcd837
The time slice check will decrement the currently running task's time slice allotment. If such a context switch occurs, then the newly started task will lost one could of that allotment before it even has a chance to run.