Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/net/compatible/nos/
Dnos_horizon.h412 NN_INLINE void NOS_DestroyMutex(NOSMutexId mutexId) in NOS_DestroyMutex() argument
414 NN_ASSERT(mutexId != NULL); in NOS_DestroyMutex()
415 nnosCriticalSectionFinalize(mutexId); in NOS_DestroyMutex()
437 NN_INLINE void NOS_LockMutex(NOSMutexId mutexId) in NOS_LockMutex() argument
439 NN_ASSERT(mutexId != NULL); in NOS_LockMutex()
440 nnosCriticalSectionEnter(mutexId); in NOS_LockMutex()
463 NN_INLINE void NOS_UnlockMutex(NOSMutexId mutexId) in NOS_UnlockMutex() argument
465 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 …]