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
..
2022-08-02 21:04:19 +08:00
2022-01-29 01:04:23 +08:00
2022-12-21 10:56:45 +08:00
2023-02-17 11:17:11 -03:00
2022-02-20 21:58:10 +08:00
2021-11-23 20:34:56 +09:00
2021-11-23 20:34:56 +09:00
2021-11-23 20:34:56 +09:00
2022-12-21 10:56:45 +08:00
2022-10-28 02:19:26 +08:00
2023-04-22 01:26:42 +08:00
2021-08-02 08:23:35 -03:00
2021-09-25 07:54:39 -03:00
2021-07-31 15:35:47 -03:00
2022-12-10 02:36:24 +08:00
2022-03-17 09:37:15 +02:00
2023-01-31 12:08:05 +09:00
2023-03-28 11:24:35 -06:00
2023-03-02 09:56:57 +01:00
2023-02-25 08:07:07 +02:00
2023-02-27 23:55:52 +08:00