summaryrefslogtreecommitdiff
path: root/nuttx/sched/group_signal.c
Commit message (Expand)AuthorAgeFilesLines
* Changed needed to fix issues with task_restart()patacongo2013-02-061-97/+139
* Moving pending signals to task group; Logic to recover some MQ resources on p...patacongo2013-02-051-47/+129
* Rename _TCB to struct tcb_spatacongo2013-02-041-2/+2
* 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