nuttx/sched/task
wangzhi16 ea180792a3 sched/task: fix Redundant memory allocation.
Since the task and group structures are no longer allocated in the same space, the memory for group is allocated in the group_allocate() function, and no further allocation is needed during the task allocation process.

Signed-off-by: wangzhi16 <wangzhi16@xiaomi.com>
2026-01-01 07:25:04 -03:00
..
CMakeLists.txt
exit.c
Make.defs
spawn.h
task.h sched:use tcb_s inside of task_tcb_s , remove all cast 2025-12-22 17:55:45 +08:00
task_activate.c
task_argvstr.c sched:use tcb inside of pthread_tcb_s, remove all cast 2025-12-22 17:55:45 +08:00
task_cancelpt.c sched/event: Add nxevent_wait_irq() to handle the task cancel 2025-10-31 19:56:32 -03:00
task_create.c sched:use tcb_s inside of task_tcb_s , remove all cast 2025-12-22 17:55:45 +08:00
task_delete.c
task_execve.c
task_exit.c arch: unify the scheduling information of task_exit 2025-09-25 16:40:23 +08:00
task_exithook.c
task_fork.c sched/task: fix Redundant memory allocation. 2026-01-01 07:25:04 -03:00
task_getgroup.c
task_getpid.c
task_getppid.c
task_gettid.c
task_init.c sched:use tcb_s inside of task_tcb_s , remove all cast 2025-12-22 17:55:45 +08:00
task_join.c
task_posixspawn.c
task_prctl.c
task_recover.c sched/wdog: Remove wd_recover. 2025-12-24 16:46:16 +08:00
task_reparent.c
task_restart.c
task_setup.c sched:use tcb inside of pthread_tcb_s, remove all cast 2025-12-22 17:55:45 +08:00
task_spawn.c sched:use tcb_s inside of task_tcb_s , remove all cast 2025-12-22 17:55:45 +08:00
task_spawnparms.c
task_start.c
task_terminate.c