Home
last modified time | relevance | path

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

/kernel/liteos_m/kernel/include/
H A Dlos_mux.h96 #define LOS_ERRNO_MUX_UNAVAILABLE LOS_ERRNO_OS_ERROR(LOS_MOD_MUX, 0x04) macro
256 * @retval #LOS_ERRNO_MUX_UNAVAILABLE The mutex fails to be locked because it is locked by another thread and
/kernel/liteos_m/testsuites/sample/kernel/mux/
H A DIt_los_mutex_023.c53 ICUNIT_ASSERT_EQUAL_VOID(ret, LOS_ERRNO_MUX_UNAVAILABLE, ret); in TaskF01()
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/ipc/mux/
H A DIt_los_mux.h57 #define LOS_ERRNO_MUX_UNAVAILABLE EBUSY macro
/kernel/liteos_m/kal/posix/src/
H A Dpthread_mutex.c59 case LOS_ERRNO_MUX_UNAVAILABLE: in MapError()
249 OS_RETURN_ERROR(LOS_ERRNO_MUX_UNAVAILABLE); in MuxPendForPosix()
/kernel/liteos_m/kernel/src/
H A Dlos_mux.c229 retErr = LOS_ERRNO_MUX_UNAVAILABLE; in LOS_MuxPend()

Completed in 3 milliseconds