summaryrefslogtreecommitdiff
path: root/nuttx/sched/atexit.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-11/+17
* Add __cxa_atexit(); atexit() is now built on top of on_exit()patacongo2012-11-011-2/+14
* atexit() and on_exit() may now be configured to support multiple exit callbackspatacongo2012-08-011-21/+67
* Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directorypatacongo2012-07-141-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-6/+6
* Add STM32 FLASH driverpatacongo2011-05-071-1/+1
* Add stub lookup logicpatacongo2011-04-041-2/+2
* Add SLIP driverpatacongo2011-03-121-3/+17
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-141-23/+23
* Switching to C99 stdint.h typespatacongo2009-12-141-1/+0
* NuttX RTOSpatacongo2007-02-171-0/+103