Home
last modified time | relevance | path

Searched defs:MUTEX_MUTEX_UNLOCK (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOS_linux.c390 #define MUTEX_MUTEX_UNLOCK() MsOS_UnlockMutex(u32MSos_Mutex_Index,2) macro
395 #define MUTEX_MUTEX_UNLOCK() sem_post(pMutexMutex) macro
400 #define MUTEX_MUTEX_UNLOCK() PTH_RET_CHK(pthread_mutex_unlock(&_MsOS_Mutex_Mutex)); macro
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/
H A DMsOS_linux_kernel.c349 #define MUTEX_MUTEX_UNLOCK(flag) spin_unlock_irqrestore(&_MsOS_Mutex_Mutex, flag) macro
/utopia/UTPA2-700.0.x/modules/msos/msos/nuttx/
H A DMsOS_nuttx.c267 #define MUTEX_MUTEX_UNLOCK() pthread_mutex_unlock(&_MsOS_Mutex_Mutex) macro
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DMsOS_linux_kernel.c289 #define MUTEX_MUTEX_UNLOCK() mutex_unlock(&_MsOS_Mutex_Mutex) macro