summaryrefslogtreecommitdiff
path: root/nuttx/sched/group_internal.h
Commit message (Expand)AuthorAgeFilesLines
* Changed needed to fix issues with task_restart()patacongo2013-02-061-1/+6
* Misc clean-up and bugfixes related to multi-thread group signallingpatacongo2013-02-061-2/+0
* Moving pending signals to task group; Logic to recover some MQ resources on p...patacongo2013-02-051-3/+4
* Bugfix: whenever a thread it must report the PID of the main task (even it i...patacongo2013-02-041-5/+7
* 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