Home
last modified time | relevance | path

Searched refs:LOS_ERRNO_MUX_MAXNUM_ZERO (Results 1 - 2 of 2) sorted by relevance

/kernel/liteos_m/kernel/include/
H A Dlos_mux.h167 * Mutex error code: LOS_ERRNO_MUX_MAXNUM_ZERO is zero.
170 * Solution: LOS_ERRNO_MUX_MAXNUM_ZERO should not be zero.
172 #define LOS_ERRNO_MUX_MAXNUM_ZERO LOS_ERRNO_OS_ERROR(LOS_MOD_MUX, 0x0C) macro
/kernel/liteos_m/kernel/src/
H A Dlos_mux.c60 return LOS_ERRNO_MUX_MAXNUM_ZERO; in OsMuxInit()

Completed in 2 milliseconds