Add logic to retain child task exit status if so configured
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5553 42af7a65-404d-4744-a932-0658087f49c3
Showing
- ChangeLog 5 additions, 1 deletionChangeLog
- Documentation/NuttxPortingGuide.html 64 additions, 2 deletionsDocumentation/NuttxPortingGuide.html
- Documentation/NuttxUserGuide.html 113 additions, 15 deletionsDocumentation/NuttxUserGuide.html
- arch/arm/src/stm32/Kconfig 1 addition, 1 deletionarch/arm/src/stm32/Kconfig
- configs/README.txt 69 additions, 2 deletionsconfigs/README.txt
- configs/sim/ostest/defconfig 9 additions, 2 deletionsconfigs/sim/ostest/defconfig
- include/nuttx/sched.h 2 additions, 1 deletioninclude/nuttx/sched.h
- include/signal.h 7 additions, 5 deletionsinclude/signal.h
- include/sys/types.h 2 additions, 2 deletionsinclude/sys/types.h
- sched/Kconfig 77 additions, 2 deletionssched/Kconfig
- sched/os_internal.h 3 additions, 4 deletionssched/os_internal.h
- sched/os_start.c 1 addition, 1 deletionsched/os_start.c
- sched/pthread_create.c 3 additions, 8 deletionssched/pthread_create.c
- sched/sched_waitid.c 75 additions, 0 deletionssched/sched_waitid.c
- sched/sched_waitpid.c 61 additions, 1 deletionsched/sched_waitpid.c
- sched/sig_action.c 99 additions, 58 deletionssched/sig_action.c
- sched/task_childstatus.c 78 additions, 47 deletionssched/task_childstatus.c
- sched/task_create.c 5 additions, 11 deletionssched/task_create.c
- sched/task_exithook.c 75 additions, 34 deletionssched/task_exithook.c
- sched/task_init.c 2 additions, 1 deletionsched/task_init.c
Loading
Please register or sign in to comment