summaryrefslogtreecommitdiff
path: root/nuttx/sched/group_create.c
Commit message (Expand)AuthorAgeFilesLines
* Rename _TCB to struct tcb_spatacongo2013-02-041-2/+2
* Move pthread join and key creation data into the task grouppatacongo2013-02-031-5/+16
* 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