summaryrefslogtreecommitdiff
path: root/nuttx/sched/task_exit.c
Commit message (Expand)AuthorAgeFilesLines
* Reviewed all task exit logic. For pthread_exit() moved some logic higher in ...Gregory Nutt2013-04-231-120/+6
* Fix comments, references to the old SVN, and links to the old SVN. Replace w...Gregory Nutt2013-04-191-2/+2
* _exit() should not call atexit() or on_exit() functions; Rename task_deletecu...Gregory Nutt2013-04-181-0/+275