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:
parent
e262615280
commit
92e75040a2
7 changed files with 23 additions and 47 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue