Home
last modified time | relevance | path

Searched refs:OS_RETURN_ERROR (Results 1 - 6 of 6) sorted by relevance

/kernel/liteos_m/kernel/src/
H A Dlos_sem.c227 OS_RETURN_ERROR(LOS_ERRNO_SEM_INVALID); in LOS_SemPend()
270 OS_RETURN_ERROR(retErr); in LOS_SemPend()
294 OS_RETURN_ERROR(LOS_ERRNO_SEM_INVALID); in LOS_SemPost()
299 OS_RETURN_ERROR(LOS_ERRNO_SEM_OVERFLOW); in LOS_SemPost()
323 OS_RETURN_ERROR(LOS_ERRNO_SEM_INVALID); in LOS_SemGetValue()
H A Dlos_mux.c203 OS_RETURN_ERROR(LOS_ERRNO_MUX_INVALID); in LOS_MuxPend()
261 OS_RETURN_ERROR(retErr); in LOS_MuxPend()
283 OS_RETURN_ERROR(LOS_ERRNO_MUX_INVALID); in LOS_MuxPost()
288 OS_RETURN_ERROR(LOS_ERRNO_MUX_IN_INTERR); in LOS_MuxPost()
294 OS_RETURN_ERROR(LOS_ERRNO_MUX_INVALID); in LOS_MuxPost()
/kernel/liteos_m/kal/posix/src/
H A Dpthread_mutex.c227 OS_RETURN_ERROR(LOS_ERRNO_MUX_INVALID); in MuxPendForPosix()
249 OS_RETURN_ERROR(LOS_ERRNO_MUX_UNAVAILABLE); in MuxPendForPosix()
269 OS_RETURN_ERROR(retErr); in MuxPendForPosix()
289 OS_RETURN_ERROR(LOS_ERRNO_MUX_INVALID); in MuxPostForPosix()
295 OS_RETURN_ERROR(LOS_ERRNO_MUX_INVALID); in MuxPostForPosix()
/kernel/liteos_a/kernel/base/include/
H A Dlos_err_pri.h67 #define OS_RETURN_ERROR(errNo) do { \ macro
/kernel/liteos_m/utils/
H A Dlos_error.h230 #define OS_RETURN_ERROR(errNo) \ macro
/kernel/liteos_a/kernel/base/ipc/
H A Dlos_sem.c186 OS_RETURN_ERROR(LOS_ERRNO_SEM_INVALID); in LOS_SemPend()

Completed in 4 milliseconds