Home
last modified time | relevance | path

Searched refs:LOS_ETIMEDOUT (Results 1 – 6 of 6) sorted by relevance

/kernel/liteos_a/kernel/include/
Dlos_typedef.h173 #ifndef LOS_ETIMEDOUT
174 #define LOS_ETIMEDOUT 110 macro
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/ipc/mux/full/
DIt_los_mutex_041.c51 ICUNIT_ASSERT_EQUAL_VOID(ret, LOS_ETIMEDOUT, ret); in TaskMisc10Func()
DIt_los_mutex_042.c67 ICUNIT_ASSERT_EQUAL_VOID(ret, LOS_ETIMEDOUT, ret); in TaskMisc10Func()
/kernel/liteos_a/kernel/base/ipc/
Dlos_rwlock.c168 return LOS_ETIMEDOUT; in OsRwlockRdPendOp()
209 ret = LOS_ETIMEDOUT; in OsRwlockWrPendOp()
Dlos_futex.c524 return LOS_ETIMEDOUT; in OsFutexWaitParamCheck()
550 return LOS_ETIMEDOUT; in OsFutexDeleteTimeoutTaskNode()
Dlos_mux.c338 ret = LOS_ETIMEDOUT; in OsMuxPendOp()