summaryrefslogtreecommitdiff
path: root/nuttx/sched/group_setuptaskfiles.c
Commit message (Expand)AuthorAgeFilesLines
* Bugfix: whenever a thread it must report the PID of the main task (even it i...patacongo2013-02-041-1/+2
* Divide struct tcb_s into structs task_tcb_s and pthread_tcb_spatacongo2013-02-041-8/+11
* Rename _TCB to struct tcb_spatacongo2013-02-041-5/+5
* Add a start hook that can be setup to call a function in the context of a new...patacongo2013-01-271-2/+3
* Move socket data from TCB to task group structure.patacongo2013-01-261-0/+245