Use SIGCHLD with waitpid(); implemented wait() and waitid()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5515 42af7a65-404d-4744-a932-0658087f49c3
Showing
- ChangeLog 7 additions, 0 deletionsChangeLog
- Documentation/NuttX.html 4 additions, 4 deletionsDocumentation/NuttX.html
- Documentation/NuttxPortingGuide.html 6 additions, 4 deletionsDocumentation/NuttxPortingGuide.html
- Documentation/NuttxUserGuide.html 169 additions, 12 deletionsDocumentation/NuttxUserGuide.html
- TODO 1 addition, 12 deletionsTODO
- configs/README.txt 11 additions, 5 deletionsconfigs/README.txt
- configs/sim/ostest/defconfig 1 addition, 1 deletionconfigs/sim/ostest/defconfig
- include/nuttx/sched.h 3 additions, 2 deletionsinclude/nuttx/sched.h
- include/sys/types.h 3 additions, 1 deletioninclude/sys/types.h
- include/sys/wait.h 5 additions, 5 deletionsinclude/sys/wait.h
- sched/Kconfig 10 additions, 4 deletionssched/Kconfig
- sched/Makefile 4 additions, 1 deletionsched/Makefile
- sched/os_internal.h 3 additions, 3 deletionssched/os_internal.h
- sched/sched_wait.c 90 additions, 0 deletionssched/sched_wait.c
- sched/sched_waitid.c 256 additions, 0 deletionssched/sched_waitid.c
- sched/sched_waitpid.c 176 additions, 16 deletionssched/sched_waitpid.c
- sched/task_exithook.c 19 additions, 5 deletionssched/task_exithook.c
- sched/task_setup.c 3 additions, 0 deletionssched/task_setup.c
Loading
Please register or sign in to comment