nuttx/sched/init
chao an 42427e9e29 sched/taskfiles: skip unnecessary file open/close operations to improve performance
The task files should consult the "spawn action" and "O_CLOEXEC flags"
to determine further whether the file should be duplicated.

This PR will further optimize file list duplicating to avoid the performance
regression caused by additional file operations.

Signed-off-by: chao an <anchao@xiaomi.com>
2023-11-16 07:30:36 -08:00
..
CMakeLists.txt
init.h
Make.defs
nx_bringup.c add the startup process tracepoint 2023-08-19 21:50:08 +08:00
nx_smpstart.c sched/smp: flush dcache before start other cpus 2023-08-21 12:02:45 +08:00
nx_start.c sched/taskfiles: skip unnecessary file open/close operations to improve performance 2023-11-16 07:30:36 -08:00