summaryrefslogtreecommitdiff
path: root/nuttx/sched/group_create.c
Commit message (Expand)AuthorAgeFilesLines
* Fixe to kernel build and syscalls.patacongo2013-03-131-0/+4
* Fix a typo that crept into lpc17_allocateheap.c in the recent kernel allocato...patacongo2013-03-111-0/+19
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-1/+1
* Moving pending signals to task group; Logic to recover some MQ resources on p...patacongo2013-02-051-1/+1
* Bugfix: whenever a thread it must report the PID of the main task (even it i...patacongo2013-02-041-10/+23
* 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