summaryrefslogtreecommitdiff
path: root/nuttx/sched/group_leave.c
Commit message (Expand)AuthorAgeFilesLines
* A few early fixes in kernel build testingpatacongo2013-03-121-1/+1
* Reorganize some AT91SAM3U files; Add an NSH kernel build configuration to the...patacongo2013-03-111-0/+4
* Fix a typo that crept into lpc17_allocateheap.c in the recent kernel allocato...patacongo2013-03-111-0/+11
* Create sched_ufree and sched_kfree from sched_free; Use user-accessible heap ...patacongo2013-03-101-2/+2
* Minor changes to make OS test more robust in the presence of many memory allo...patacongo2013-02-261-12/+11
* Changed needed to fix issues with task_restart()patacongo2013-02-061-22/+9
* Moving pending signals to task group; Logic to recover some MQ resources on p...patacongo2013-02-051-62/+75
* Rename _TCB to struct tcb_spatacongo2013-02-041-2/+2
* Move list of open message queues to task group. Now message queues opened by...patacongo2013-02-041-0/+7
* Move atexit/on_exit data structures to task group; Now callbacks only occur w...patacongo2013-02-041-1/+2
* Now that join info is in the task group, need to free when task group exits. ...patacongo2013-02-031-3/+3
* 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-8/+26
* Move stream data from TCB to task group structure.patacongo2013-01-261-0/+2
* Fix a recently introduced memory leakpatacongo2013-01-261-45/+62
* Move file data from TCB to task grouppatacongo2013-01-261-1/+15
* Don't keep the parent task's task ID in the child task's TCB. Instead, keep ...patacongo2013-01-261-48/+164
* Move environment variables in the task group structurepatacongo2013-01-251-3/+17
* Add logic to keep track of members of a task grouppatacongo2013-01-251-5/+63
* Add framework to support task groupspatacongo2013-01-251-0/+127