From d1efd9e718790fdcf0416cde81d13a5357c2e7a9 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 18 Apr 2013 16:15:20 -0600 Subject: [PATCH] _exit() should not call atexit() or on_exit() functions; Rename task_deletecurrent() to task_exit() --- ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 96e3dbec8..e54f04075 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -526,3 +526,6 @@ 6.27 2013-xx-xx Gregory Nutt * apps/system/ramtest: Add a simple memory test (2013-03-26). + * apps/examples/ostest: In the non-cancelable thread test, we need + to give the thread an opportunity to run and to set the non- + cancelable state.