aboutsummaryrefslogtreecommitdiff
path: root/nuttx/sched/group_signal.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup, WIP, needs a NuttX checkout to Firmware/NuttX nowLorenz Meier2013-06-011-163/+0
* Don't keep the parent task's task ID in the child task's TCB. Instead, keep ...patacongo2013-01-261-7/+33
* Move environment variables in the task group structurepatacongo2013-01-251-0/+2
* Add logic to send SIGCHLD to all members of a task grouppatacongo2013-01-251-0/+135