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/
Dlos_mux.h118 #define LOS_ERRNO_MUX_PEND_IN_LOCK LOS_ERRNO_OS_ERROR(LOS_MOD_MUX, 0x06) macro
/kernel/liteos_m/testsuites/sample/kernel/mux/
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/
DIt_los_mux.h60 #define LOS_ERRNO_MUX_PEND_IN_LOCK EDEADLK macro
/kernel/liteos_m/kernel/src/
Dlos_mux.c177 return LOS_ERRNO_MUX_PEND_IN_LOCK; in OsMuxValidCheck()
/kernel/liteos_m/kal/posix/src/
Dpthread_mutex.c56 case LOS_ERRNO_MUX_PEND_IN_LOCK: in MapError()