aboutsummaryrefslogtreecommitdiff
path: root/nuttx/sched/group_leave.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup, WIP, needs a NuttX checkout to Firmware/NuttX nowLorenz Meier2013-06-011-366/+0
* Move socket data from TCB to task group structure.patacongo2013-01-261-8/+26
* Move stream data from TCB to task group structure.patacongo2013-01-261-0/+2
* Fix a recently introduced memory leakpatacongo2013-01-261-45/+62
* Move file data from TCB to task grouppatacongo2013-01-261-1/+15
* Don't keep the parent task's task ID in the child task's TCB. Instead, keep ...patacongo2013-01-261-48/+164
* Move environment variables in the task group structurepatacongo2013-01-251-3/+17
* Add logic to keep track of members of a task grouppatacongo2013-01-251-5/+63
* Add framework to support task groupspatacongo2013-01-251-0/+127