Home
last modified time | relevance | path

Searched refs:LOS_EBADF (Results 1 – 5 of 5) sorted by relevance

/kernel/liteos_a/kernel/base/ipc/
Dlos_rwlock.c86 return LOS_EBADF; in LOS_RwlockDestroy()
218 return LOS_EBADF; in OsRwlockRdUnsafe()
227 return LOS_EBADF; in OsRwlockTryRdUnsafe()
256 return LOS_EBADF; in OsRwlockWrUnsafe()
265 return LOS_EBADF; in OsRwlockTryWrUnsafe()
412 return LOS_EBADF; in OsRwlockUnlockUnsafe()
Dlos_mux.c247 return LOS_EBADF; in LOS_MuxDestroy()
349 return LOS_EBADF; in OsMuxLockUnsafe()
368 return LOS_EBADF; in OsMuxTrylockUnsafe()
465 return LOS_EBADF; in OsMuxUnlockUnsafe()
Dlos_futex.c590 futexRet = LOS_EBADF; in OsFutexWaitTask()
726 return LOS_EBADF; in OsFutexWakeTask()
985 return LOS_EBADF; in OsFutexRequeue()
/kernel/liteos_a/kernel/include/
Dlos_typedef.h133 #ifndef LOS_EBADF
134 #define LOS_EBADF 9 macro
/kernel/liteos_a/kernel/base/core/
Dlos_process.c2081 return LOS_EBADF; in OsCopyFile()