Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOS_linux.c2864 static void _MsOS_QueueMutexUnlock(pthread_mutex_t* pMutex) in _MsOS_QueueMutexUnlock() function
3065 _MsOS_QueueMutexUnlock(&_MsOS_Queue_Info[s32QueueId].SendMutex); in MsOS_SendToQueue()
3090 _MsOS_QueueMutexUnlock(&_MsOS_Queue_Info[s32QueueId].WaitQueueSpaceMutex); in MsOS_SendToQueue()
3091 _MsOS_QueueMutexUnlock(&_MsOS_Queue_Info[s32QueueId].SendMutex); in MsOS_SendToQueue()
3095 _MsOS_QueueMutexUnlock(&_MsOS_Queue_Info[s32QueueId].WaitQueueSpaceMutex); in MsOS_SendToQueue()
3105 _MsOS_QueueMutexUnlock(&_MsOS_Queue_Info[s32QueueId].SendMutex); in MsOS_SendToQueue()
3160 _MsOS_QueueMutexUnlock(&_MsOS_Queue_Info[s32QueueId].WaitQueueDataMutex); in MsOS_RecvFromQueue()
3161 _MsOS_QueueMutexUnlock(&_MsOS_Queue_Info[s32QueueId].RecvMutex); in MsOS_RecvFromQueue()
3165 _MsOS_QueueMutexUnlock(&_MsOS_Queue_Info[s32QueueId].WaitQueueDataMutex); in MsOS_RecvFromQueue()
3176 _MsOS_QueueMutexUnlock(&_MsOS_Queue_Info[s32QueueId].RecvMutex); in MsOS_RecvFromQueue()