arch: Rename _exit to up_exit to follow the naming convention

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: I2779a2a3ccb5426fe78714fdcc629b8dfbb7aaf6
This commit is contained in:
Xiang Xiao
2020-06-04 14:31:23 +08:00
committed by Abdelatif Guettouche
parent 85b859fb8d
commit b4bd9427f7
18 changed files with 52 additions and 34 deletions
+2 -2
View File
@@ -124,7 +124,7 @@ static void _up_dumponexit(FAR struct tcb_s *tcb, FAR void *arg)
****************************************************************************/
/****************************************************************************
* Name: _exit
* Name: up_exit
*
* Description:
* This function causes the currently executing task to cease
@@ -134,7 +134,7 @@ static void _up_dumponexit(FAR struct tcb_s *tcb, FAR void *arg)
*
****************************************************************************/
void _exit(int status)
void up_exit(int status)
{
struct tcb_s *tcb = this_task();
+2 -2
View File
@@ -122,7 +122,7 @@ static void _up_dumponexit(FAR struct tcb_s *tcb, FAR void *arg)
****************************************************************************/
/****************************************************************************
* Name: _exit
* Name: up_exit
*
* Description:
* This function causes the currently executing task to cease
@@ -132,7 +132,7 @@ static void _up_dumponexit(FAR struct tcb_s *tcb, FAR void *arg)
*
****************************************************************************/
void _exit(int status)
void up_exit(int status)
{
struct tcb_s *tcb = this_task();