Home
last modified time | relevance | path

Searched refs:LOS_EDEADLK (Results 1 – 4 of 4) sorted by relevance

/kernel/liteos_a/kernel/include/
Dlos_typedef.h165 #ifndef LOS_EDEADLK
166 #define LOS_EDEADLK 35 macro
/kernel/liteos_a/kernel/base/ipc/
Dlos_rwlock.c153 return LOS_EDEADLK; in OsRwlockRdPendOp()
199 return LOS_EDEADLK; in OsRwlockWrPendOp()
Dlos_mux.c321 return LOS_EDEADLK; in OsMuxPendOp()
357 return LOS_EDEADLK; in OsMuxLockUnsafe()
/kernel/liteos_a/kernel/base/core/
Dlos_task.c1504 return LOS_EDEADLK; in OsTaskJoinCheck()