summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorAllan Stephens <allan.stephens@windriver.com>2016-10-25 09:52:39 -0500
committerAndrew Boie <andrew.p.boie@intel.com>2016-10-26 17:03:12 +0000
commit92e75040a22d01a26bb8dc0934d4cf6be5c9a2fb (patch)
treead0eb1234c73e14f50c548cce1a3354b86dbfcbf /arch
parente2626152801f1a0de955f8b63ef79c223645e996 (diff)
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/core/fiber_abort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/core/fiber_abort.c b/arch/arm/core/fiber_abort.c
index 705e572da..e80c9be3e 100644
--- a/arch/arm/core/fiber_abort.c
+++ b/arch/arm/core/fiber_abort.c
@@ -52,7 +52,7 @@
void fiber_abort(void)
{
- _thread_exit(_nanokernel.current);
+ _thread_monitor_exit(_nanokernel.current);
if (_ScbIsInThreadMode()) {
_nano_fiber_swap();
} else {