Searched defs:MUTEX_MUTEX_UNLOCK (Results 1 – 4 of 4) sorted by relevance
390 #define MUTEX_MUTEX_UNLOCK() MsOS_UnlockMutex(u32MSos_Mutex_Index,2) macro395 #define MUTEX_MUTEX_UNLOCK() sem_post(pMutexMutex) macro400 #define MUTEX_MUTEX_UNLOCK() PTH_RET_CHK(pthread_mutex_unlock(&_MsOS_Mutex_Mutex)); macro
349 #define MUTEX_MUTEX_UNLOCK(flag) spin_unlock_irqrestore(&_MsOS_Mutex_Mutex, flag) macro
267 #define MUTEX_MUTEX_UNLOCK() pthread_mutex_unlock(&_MsOS_Mutex_Mutex) macro
289 #define MUTEX_MUTEX_UNLOCK() mutex_unlock(&_MsOS_Mutex_Mutex) macro