nuttx/sched/task
guoshengyuan1 fc15b8da8a arch: unify the scheduling information of task_exit
Replace all nxsched_suspend/resume_*** with nxsched_switch_context

Delete nxsched_resume_scheduler in up_exit and call it uniformly in task_exit

Co-authored-by: yinshengkai <yinshengkai@xiaomi.com>
Signed-off-by: guoshengyuan1 <guoshengyuan1@xiaomi.com>
2025-09-25 16:40:23 +08:00
..
CMakeLists.txt
exit.c
Make.defs
spawn.h
task.h
task_activate.c sched: After nxsched_add_readytorun, change first parameter to up_switch_context to this_task() 2025-08-20 10:16:43 +08:00
task_argvstr.c
task_cancelpt.c
task_create.c
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
task_getgroup.c
task_getpid.c
task_getppid.c
task_gettid.c
task_init.c
task_join.c
task_posixspawn.c
task_prctl.c
task_recover.c
task_reparent.c
task_restart.c sched: Remove unnecessary affinity restriction & restoration over smp calls 2025-08-20 10:16:43 +08:00
task_setup.c
task_spawn.c
task_spawnparms.c
task_start.c
task_terminate.c sched: Remove unnecessary affinity restriction & restoration over smp calls 2025-08-20 10:16:43 +08:00