chao an 507c8145a9 sched/spawn: remove spawn proxy thread to simplify task/posix_spawn()
The spawn proxy thread is a special existence in NuttX, usually some developers
spend a lot of time on stack overflow of spawn proxy thread:

https://github.com/apache/nuttx/issues/9046
https://github.com/apache/nuttx/pull/9081

In order to avoid similar issues, this PR will remove spawn proxy thread to simplify
the process of task/posix_spawn().

1. Postpone the related processing of spawn file actions until after task_init()
2. Delete the temporary thread of spawn proxy and related global variables

Signed-off-by: chao an <anchao@xiaomi.com>
2023-04-27 17:35:58 +08:00
..
2023-04-22 01:50:51 +08:00
2022-07-16 01:56:52 +08:00
2022-12-22 13:39:05 +08:00
2023-03-02 09:56:57 +01:00
2021-07-28 14:23:13 -03:00
2023-01-31 12:08:05 +09:00
2023-01-28 19:54:35 +02:00
2023-03-09 16:27:07 -03:00
2023-04-22 20:38:29 +08:00
2023-01-11 15:14:03 +08:00
2022-11-29 13:16:44 +08:00
2023-01-30 11:22:49 +08:00
2022-12-14 22:37:32 +08:00
2022-10-29 11:35:27 +08:00
2020-11-05 11:38:28 -03:00
2023-01-30 14:09:23 -03:00
2023-01-31 12:08:05 +09:00