summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-04 15:29:19 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-02-04 15:29:19 +0000
commitc13bd69be3d117b359275bcf3b2d631bb19bd597 (patch)
tree9c91903e231aef3df957485f489d9ebac2fa330d /nuttx/ChangeLog
parent309ad4ddf471013483b1775e2438562b91a44653 (diff)
downloadnuttx-c13bd69be3d117b359275bcf3b2d631bb19bd597.tar.gz
nuttx-c13bd69be3d117b359275bcf3b2d631bb19bd597.tar.bz2
nuttx-c13bd69be3d117b359275bcf3b2d631bb19bd597.zip
Move atexit/on_exit data structures to task group; Now callbacks only occur when the final member of the task group exits
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5607 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 6e2f5bd02..cc7b911ee 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4108,3 +4108,8 @@
const char **.
* sched/pthread* and include/nuttx/sched: Move pthread join data
and pthread key calculation data into the "task group" structure.
+ * sched/atexit.c, on_exit.c, task_exithook.c and include/nuttx/sched.h:
+ Move atexit and on_exit data structure to task group. These
+ callbacks are only issued now when the final member of the task
+ group exits.
+