nuttx/sched/task
Xiang Xiao 1af8cd4de8 sched: Move argv from tcb_s to task_info_s
argv is allocated from stack and then belong to userspace,
so task_info_s is a best location to hold this information.

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2021-12-11 10:08:53 -06:00
..
exit.c
Make.defs
spawn.h
task_activate.c
task_atexit.c
task_cancelpt.c
task_create.c
task_delete.c
task_execv.c Rename LIB_ to LIBC_ for all libc Kconfig 2021-08-05 19:45:24 +02:00
task_exit.c
task_exithook.c
task_getgroup.c
task_getpid.c
task_getppid.c
task_gettid.c
task_init.c arch/arm: Implement TLS support 2021-12-07 23:31:41 -06:00
task_onexit.c
task_posixspawn.c Rename LIB_ to LIBC_ for all libc Kconfig 2021-08-05 19:45:24 +02:00
task_prctl.c
task_recover.c
task_reparent.c
task_restart.c
task_setcancelstate.c
task_setcanceltype.c
task_setup.c sched: Move argv from tcb_s to task_info_s 2021-12-11 10:08:53 -06:00
task_spawn.c task_spawn: release g_spawn_parmsem and sched_unlock at the ending 2021-08-19 20:43:54 -07:00
task_spawnparms.c sched/task: Fix wrong return value from nxspawn_open() 2021-07-20 09:26:01 -03:00
task_start.c sched: Move argv from tcb_s to task_info_s 2021-12-11 10:08:53 -06:00
task_starthook.c
task_terminate.c
task_testcancel.c
task_vfork.c sched: Move argv from tcb_s to task_info_s 2021-12-11 10:08:53 -06:00
task.h