Home
last modified time | relevance | path

Searched refs:LOS_Exit (Results 1 – 4 of 4) sorted by relevance

/kernel/liteos_a/kernel/include/
Dlos_process.h68 extern VOID LOS_Exit(INT32 status);
/kernel/liteos_a/kernel/extended/dynload/src/
Dlos_exec_elf.c172 (VOID)LOS_Exit(OS_PRO_EXIT_OK); in LOS_DoExecveFile()
/kernel/liteos_a/arch/arm/arm/src/
Dlos_exc.c609 LOS_Exit(OS_PRO_EXIT_OK); in OsUserExcHandle()
/kernel/liteos_a/kernel/base/core/
Dlos_process.c1992 LITE_OS_SEC_TEXT VOID LOS_Exit(INT32 status) in LOS_Exit() function