summaryrefslogtreecommitdiff
path: root/nuttx/sched/group_join.c
Commit message (Expand)AuthorAgeFilesLines
* Minor changes to make OS test more robust in the presence of many memory allo...patacongo2013-02-261-0/+1
* Moving pending signals to task group; Logic to recover some MQ resources on p...patacongo2013-02-051-60/+69
* Bugfix: whenever a thread it must report the PID of the main task (even it i...patacongo2013-02-041-10/+10
* Rename _TCB to struct tcb_spatacongo2013-02-041-3/+3
* Don't keep the parent task's task ID in the child task's TCB. Instead, keep ...patacongo2013-01-261-5/+43
* Move environment variables in the task group structurepatacongo2013-01-251-2/+3
* Add logic to keep track of members of a task grouppatacongo2013-01-251-11/+92
* Add framework to support task groupspatacongo2013-01-251-0/+107