summaryrefslogtreecommitdiff
path: root/nuttx/sched/on_exit.c
Commit message (Expand)AuthorAgeFilesLines
* Rename _TCB to struct tcb_spatacongo2013-02-041-2/+2
* Move atexit/on_exit data structures to task group; Now callbacks only occur w...patacongo2013-02-041-9/+15
* Add __cxa_atexit(); atexit() is now built on top of on_exit()patacongo2012-11-011-3/+2
* atexit() and on_exit() may now be configured to support multiple exit callbackspatacongo2012-08-011-24/+68
* Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directorypatacongo2012-07-141-1/+1
* Fix several compiler errors that occur when CONFIG_SCHED_ONEXIT is enabled; o...patacongo2012-05-151-1/+1
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
* Add on_exit(); Re-order some logic in the task shutdown sequence. Sometimes ...patacongo2012-01-311-0/+127