Home
last modified time | relevance | path

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

/kernel/liteos_a/kernel/base/ipc/
H A Dlos_mux.c195 STATIC UINT32 OsCheckMutexAttr(const LosMuxAttr *attr) in OsCheckMutexAttr() function
223 if (OsCheckMutexAttr(&mutex->attr) != LOS_OK) { in LOS_MuxInit()
352 if (OsCheckMutexAttr(&mutex->attr) != LOS_OK) { in OsMuxLockUnsafe()
371 if (OsCheckMutexAttr(&mutex->attr) != LOS_OK) { in OsMuxTrylockUnsafe()
468 if (OsCheckMutexAttr(&mutex->attr) != LOS_OK) { in OsMuxUnlockUnsafe()

Completed in 2 milliseconds