aboutsummaryrefslogtreecommitdiff
path: root/nuttx/sched/group_create.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup, WIP, needs a NuttX checkout to Firmware/NuttX nowLorenz Meier2013-06-011-276/+0
* Move socket data from TCB to task group structure.patacongo2013-01-261-1/+1
* Don't keep the parent task's task ID in the child task's TCB. Instead, keep ...patacongo2013-01-261-2/+97
* Move environment variables in the task group structurepatacongo2013-01-251-2/+22
* Add logic to keep track of members of a task grouppatacongo2013-01-251-12/+62
* Add framework to support task groupspatacongo2013-01-251-0/+111