Home
last modified time | relevance | path

Searched refs:OS_GOTO_ERR_HANDLER (Results 1 - 5 of 5) sorted by relevance

/kernel/liteos_a/kernel/base/ipc/
H A Dlos_sem.c101 OS_GOTO_ERR_HANDLER(LOS_ERRNO_SEM_OVERFLOW); in OsSemCreate()
109 OS_GOTO_ERR_HANDLER(LOS_ERRNO_SEM_ALL_BUSY); in OsSemCreate()
147 OS_GOTO_ERR_HANDLER(LOS_ERRNO_SEM_INVALID); in LOS_SemDelete()
156 OS_GOTO_ERR_HANDLER(LOS_ERRNO_SEM_INVALID); in LOS_SemDelete()
161 OS_GOTO_ERR_HANDLER(LOS_ERRNO_SEM_PENDED); in LOS_SemDelete()
/kernel/liteos_m/kernel/src/
H A Dlos_sem.c100 OS_GOTO_ERR_HANDLER(LOS_ERRNO_SEM_OVERFLOW); in OsSemCreate()
107 OS_GOTO_ERR_HANDLER(LOS_ERRNO_SEM_ALL_BUSY); in OsSemCreate()
165 OS_GOTO_ERR_HANDLER(LOS_ERRNO_SEM_INVALID); in LOS_SemDelete()
172 OS_GOTO_ERR_HANDLER(LOS_ERRNO_SEM_INVALID); in LOS_SemDelete()
177 OS_GOTO_ERR_HANDLER(LOS_ERRNO_SEM_PENDED); in LOS_SemDelete()
H A Dlos_mux.c103 OS_GOTO_ERR_HANDLER(LOS_ERRNO_MUX_ALL_BUSY); in LOS_MuxCreate()
137 OS_GOTO_ERR_HANDLER(LOS_ERRNO_MUX_INVALID); in LOS_MuxDelete()
144 OS_GOTO_ERR_HANDLER(LOS_ERRNO_MUX_INVALID); in LOS_MuxDelete()
149 OS_GOTO_ERR_HANDLER(LOS_ERRNO_MUX_PENDED); in LOS_MuxDelete()
/kernel/liteos_a/kernel/base/include/
H A Dlos_err_pri.h115 #define OS_GOTO_ERR_HANDLER(errorNo) do { \ macro
/kernel/liteos_m/utils/
H A Dlos_error.h280 #define OS_GOTO_ERR_HANDLER(errorNo) \ macro

Completed in 3 milliseconds