• B
    [Kernel] Fix rt_schedule_insert_thread issue · 69994ca2
    Bernard Xiong 提交于
    When suspend current thread and then enable interrupt, it's possible resume "the current thread" immediately and insert to ready queue. The rt_schedule_insert_thread should change  the status of "current thread" to RUNNING statue.
    69994ca2
scheduler.c 26.4 KB