mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-19 11:53:31 +08:00
a300cef2a8
Prev implementation of lwp_new() including the create of lwp object and the pid allocation. But not every lwp object need a pid. So this patch split out the business of lwp_new() to improve the maintainability. Signed-off-by: Shell <smokewood@qq.com>