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

@ -52,7 +52,7 @@
void fiber_abort(void)
{
_thread_exit(_nanokernel.current);
_thread_monitor_exit(_nanokernel.current);
if (_ScbIsInThreadMode()) {
_nano_fiber_swap();
} else {