Searched refs:mutexId (Results 1 – 1 of 1) sorted by relevance
412 NN_INLINE void NOS_DestroyMutex(NOSMutexId mutexId) in NOS_DestroyMutex() argument414 NN_ASSERT(mutexId != NULL); in NOS_DestroyMutex()415 nnosCriticalSectionFinalize(mutexId); in NOS_DestroyMutex()437 NN_INLINE void NOS_LockMutex(NOSMutexId mutexId) in NOS_LockMutex() argument439 NN_ASSERT(mutexId != NULL); in NOS_LockMutex()440 nnosCriticalSectionEnter(mutexId); in NOS_LockMutex()463 NN_INLINE void NOS_UnlockMutex(NOSMutexId mutexId) in NOS_UnlockMutex() argument465 NN_ASSERT(mutexId != NULL); in NOS_UnlockMutex()466 nnosCriticalSectionLeave(mutexId); in NOS_UnlockMutex()484 NN_INLINE BOOL NOS_TryLockMutex(NOSMutexId mutexId) in NOS_TryLockMutex() argument[all …]