Home
last modified time | relevance | path

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

/kernel/liteos_a/kernel/base/include/
Dlos_base_pri.h43 #define OS_GOTO_ERREND() do { \ macro
/kernel/liteos_m/kernel/src/
Dlos_task.c870 OS_GOTO_ERREND(); in LOS_TaskResume()
873 OS_GOTO_ERREND(); in LOS_TaskResume()
916 OS_GOTO_ERREND(); in LOS_TaskSuspend()
921 OS_GOTO_ERREND(); in LOS_TaskSuspend()
926 OS_GOTO_ERREND(); in LOS_TaskSuspend()
931 OS_GOTO_ERREND(); in LOS_TaskSuspend()
/kernel/liteos_a/kernel/base/core/
Dlos_task.c668 OS_GOTO_ERREND(); in LOS_TaskResume()
671 OS_GOTO_ERREND(); in LOS_TaskResume()
890 OS_GOTO_ERREND(); in LOS_TaskDelete()
898 OS_GOTO_ERREND(); in LOS_TaskDelete()
1368 OS_GOTO_ERREND(); in LOS_GetTaskScheduler()
/kernel/liteos_m/utils/
Dlos_compiler.h418 #define OS_GOTO_ERREND() \ macro