Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/
H A DMsOS_linux_kernel.c397 pthread_mutex_t RecvMutex;
2089 PTH_RET_CHK(pthread_mutex_init(&_MsOS_Queue_Info[s32Id].RecvMutex, &_MsOS_Mutex_Attr));
2126 PTH_RET_CHK(pthread_mutex_destroy(&_MsOS_Queue_Info[s32QueueId].RecvMutex));
2168 PTH_RET_CHK(pthread_cond_wait(&pQueueInfo->RecvSem, &pQueueInfo->RecvMutex));
2178 … if (PTH_RET_CHK(pthread_cond_timedwait(&pQueueInfo->RecvSem, &pQueueInfo->RecvMutex, &StopTime)))
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DMsOS_linux_kernel.c339 pthread_mutex_t RecvMutex;
2508 PTH_RET_CHK(pthread_mutex_init(&_MsOS_Queue_Info[s32Id].RecvMutex, &_MsOS_Mutex_Attr));
2545 PTH_RET_CHK(pthread_mutex_destroy(&_MsOS_Queue_Info[s32QueueId].RecvMutex));
2587 PTH_RET_CHK(pthread_cond_wait(&pQueueInfo->RecvSem, &pQueueInfo->RecvMutex));
2597 … if (PTH_RET_CHK(pthread_cond_timedwait(&pQueueInfo->RecvSem, &pQueueInfo->RecvMutex, &StopTime)))
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOS_linux.c443 pthread_mutex_t RecvMutex; member
2978 PTH_RET_CHK(pthread_mutex_init(&_MsOS_Queue_Info[s32Id].RecvMutex, &_MsOS_Mutex_Attr)); in MsOS_CreateQueue()
3026 PTH_RET_CHK(pthread_mutex_destroy(&_MsOS_Queue_Info[s32QueueId].RecvMutex)); in MsOS_DeleteQueue()
3132 _MsOS_QueueMutexLock(&_MsOS_Queue_Info[s32QueueId].RecvMutex, u32WaitMs); in MsOS_RecvFromQueue()
3161 _MsOS_QueueMutexUnlock(&_MsOS_Queue_Info[s32QueueId].RecvMutex); in MsOS_RecvFromQueue()
3176 _MsOS_QueueMutexUnlock(&_MsOS_Queue_Info[s32QueueId].RecvMutex); in MsOS_RecvFromQueue()