summaryrefslogtreecommitdiff
path: root/nuttx/sched/group_internal.h
Commit message (Expand)AuthorAgeFilesLines
* Divide struct tcb_s into structs task_tcb_s and pthread_tcb_spatacongo2013-02-041-3/+3
* Rename _TCB to struct tcb_spatacongo2013-02-041-8/+8
* Move pthread join and key creation data into the task grouppatacongo2013-02-031-0/+6
* Move socket data from TCB to task group structure.patacongo2013-01-261-2/+6
* Move stream data from TCB to task group structure.patacongo2013-01-261-23/+4
* Fix a recently introduced memory leakpatacongo2013-01-261-0/+8
* Don't keep the parent task's task ID in the child task's TCB. Instead, keep ...patacongo2013-01-261-21/+50
* Move environment variables in the task group structurepatacongo2013-01-251-0/+104