mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-15 08:49:11 +08:00
Out side world is difficult to tell whethere there is dead thread remaining. If rt_thread_idle_excute only do one cleanup, it's hard to finish cleanups outside the idle thread. So let is loop and do all the cleanups in one call.
Description
Languages
C
97.6%
Assembly
1.9%
Python
0.3%
HTML
0.1%