nuttx/sched/group
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
group_argvstr.c
group_childstatus.c
group_continue.c
group_create.c
group_exitinfo.c
group_find.c
group_foreachchild.c
group_free.c
group_getegid.c
group_geteuid.c
group_getgid.c
group_getuid.c
group_join.c
group_killchildren.c
group_leave.c
group_malloc.c
group_realloc.c
group_setegid.c
group_seteuid.c
group_setgid.c
group_setuid.c
group_setupidlefiles.c
group_setuptaskfiles.c
group_signal.c
group_suspendchildren.c
group_waiter.c
group_zalloc.c
group.h
Make.defs