kernel: Revise thread monitoring exit API naming

Renames _thread_exit() to _thread_monitoring_exit() to make
its purpose clearer. Revises the associated comments and
removes unnecessary doxygen tags.

Change-Id: I010a328d35d2d79d2a29b9d0b6c02097bb655989
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
This commit is contained in:
Allan Stephens 2016-10-25 09:52:39 -05:00 committed by Andrew Boie
commit 92e75040a2
7 changed files with 23 additions and 47 deletions

View file

@ -252,7 +252,7 @@ static void abort_task(struct k_task *X)
/* Do normal thread exit cleanup */
_thread_exit((struct tcs *)X->workspace);
_thread_monitor_exit((struct tcs *)X->workspace);
/* Set TF_TERM and TF_STOP state flags */