summaryrefslogtreecommitdiff
path: root/nuttx/sched/task_exithook.c
Commit message (Expand)AuthorAgeFilesLines
* Some cosmetic renamingGregory Nutt2013-04-231-7/+9
* Reviewed all task exit logic. For pthread_exit() moved some logic higher in ...Gregory Nutt2013-04-231-13/+40
* _exit() should not call atexit() or on_exit() functions; Rename task_deletecu...Gregory Nutt2013-04-181-1/+1
* Don't flush streams until the final thread of a group exitsGregory Nutt2013-04-181-10/+32
* Reorganize some AT91SAM3U files; Add an NSH kernel build configuration to the...patacongo2013-03-111-0/+4
* Changed needed to fix issues with task_restart()patacongo2013-02-061-5/+2
* Misc clean-up and bugfixes related to multi-thread group signallingpatacongo2013-02-061-1/+1
* Moving pending signals to task group; Logic to recover some MQ resources on p...patacongo2013-02-051-5/+12
* Bugfix: whenever a thread it must report the PID of the main task (even it i...patacongo2013-02-041-1/+10
* Divide struct tcb_s into structs task_tcb_s and pthread_tcb_spatacongo2013-02-041-5/+12
* Rename _TCB to struct tcb_spatacongo2013-02-041-8/+8
* Move waitpid() data structures to task group; The caller of waitpid() is now ...patacongo2013-02-041-12/+39
* Move atexit/on_exit data structures to task group; Now callbacks only occur w...patacongo2013-02-041-42/+61
* Move stream data from TCB to task group structure.patacongo2013-01-261-1/+1
* Move file data from TCB to task grouppatacongo2013-01-261-71/+111
* Don't keep the parent task's task ID in the child task's TCB. Instead, keep ...patacongo2013-01-261-41/+134
* Move environment variables in the task group structurepatacongo2013-01-251-0/+1
* Add logic to send SIGCHLD to all members of a task grouppatacongo2013-01-251-0/+4
* Add logic to keep track of members of a task grouppatacongo2013-01-251-1/+1
* Add framework to support task groupspatacongo2013-01-251-38/+68
* Add logic to retain child task exit status if so configuredpatacongo2013-01-231-34/+75
* Use SIGCHLD with waitpid(); implemented wait() and waitid()patacongo2013-01-131-5/+19
* Fix a *critical* bug in the task exit logic. Implements SIGCHILDpatacongo2013-01-121-0/+55
* Fixe task_exithook() bug; fix timer usage in STM32 OTGFS host driverpatacongo2012-11-251-0/+1
* Add __cxa_atexit(); atexit() is now built on top of on_exit()patacongo2012-11-011-2/+2
* Add XML RPC server plus NXWM build fixes from Max Holtzbergpatacongo2012-09-141-0/+1
* Changes needed for clean ez80 compile with ZDS toolchainpatacongo2012-09-131-0/+1
* atexit() and on_exit() may now be configured to support multiple exit callbackspatacongo2012-08-011-28/+131
* Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directorypatacongo2012-07-141-1/+1
* Rename some USB device filespatacongo2012-04-231-4/+0
* Fix atexit() function being called twicepatacongo2012-04-231-0/+18
* 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-18/+32
* atexit() functions now called when task killed by task delete; For MCUs with ...patacongo2011-05-281-0/+157