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
|
@ -52,7 +52,7 @@
|
|||
|
||||
void fiber_abort(void)
|
||||
{
|
||||
_thread_exit(_nanokernel.current);
|
||||
_thread_monitor_exit(_nanokernel.current);
|
||||
if (_ScbIsInThreadMode()) {
|
||||
_nano_fiber_swap();
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue