incubator-nuttx/fs/inode
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
..
Make.defs libc: Implement ttyname and ttyname_r 2021-07-09 18:23:34 -03:00
fs_files.c sched/spawn: remove spawn proxy thread to simplify task/posix_spawn() 2023-04-27 17:35:58 +08:00
fs_foreachinode.c Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
fs_inode.c Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
fs_inodeaddref.c Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
fs_inodebasename.c
fs_inodefind.c Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
fs_inodefree.c
fs_inodegetpath.c fs: add "/" suffix for mountpoint node when using inode_getpath 2022-03-01 12:25:19 +08:00
fs_inoderelease.c Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
fs_inoderemove.c fs: Add parent node of inode 2021-07-09 18:23:34 -03:00
fs_inodereserve.c fs: Allocate unique serial number for the root pseduo file system node 2022-09-20 16:21:06 +08:00
fs_inodesearch.c fs/inode: when searching for nextname skip "/" and "./" 2023-04-25 21:28:59 +08:00
inode.h xtensa/esp32: Make asprintf and lib_free corresponding 2023-04-06 20:57:19 +03:00