Home
last modified time | relevance | path

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

/kernel/liteos_m/kernel/include/
H A Dlos_mux.h118 #define LOS_ERRNO_MUX_PEND_IN_LOCK LOS_ERRNO_OS_ERROR(LOS_MOD_MUX, 0x06) macro
259 * @retval #LOS_ERRNO_MUX_PEND_IN_LOCK The mutex is waited on when the task scheduling is disabled.
/kernel/liteos_m/testsuites/sample/kernel/mux/
H A DIt_los_mutex_023.c43 ICUNIT_ASSERT_EQUAL_VOID(ret, LOS_ERRNO_MUX_PEND_IN_LOCK, ret); in TaskF02()
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/ipc/mux/
H A DIt_los_mux.h60 #define LOS_ERRNO_MUX_PEND_IN_LOCK EDEADLK macro
/kernel/liteos_m/kernel/src/
H A Dlos_mux.c176 PRINT_ERR("!!!LOS_ERRNO_MUX_PEND_IN_LOCK!!!\n"); in OsMuxValidCheck()
177 return LOS_ERRNO_MUX_PEND_IN_LOCK; in OsMuxValidCheck()
/kernel/liteos_m/kal/posix/src/
H A Dpthread_mutex.c56 case LOS_ERRNO_MUX_PEND_IN_LOCK: in MapError()

Completed in 4 milliseconds