Searched refs:SendMutex (Results 1 – 3 of 3) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/ |
| H A D | MsOS_linux_kernel.c | 395 pthread_mutex_t SendMutex; 2088 PTH_RET_CHK(pthread_mutex_init(&_MsOS_Queue_Info[s32Id].SendMutex, &_MsOS_Mutex_Attr)); 2125 PTH_RET_CHK(pthread_mutex_destroy(&_MsOS_Queue_Info[s32QueueId].SendMutex)); 2226 PTH_RET_CHK(pthread_cond_wait(&pQueueInfo->SendSem, &pQueueInfo->SendMutex)); 2236 … if (PTH_RET_CHK(pthread_cond_timedwait(&pQueueInfo->SendSem, &pQueueInfo->SendMutex, &StopTime)))
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | MsOS_linux.c | 441 pthread_mutex_t SendMutex; member 2977 PTH_RET_CHK(pthread_mutex_init(&_MsOS_Queue_Info[s32Id].SendMutex, &_MsOS_Mutex_Attr)); in MsOS_CreateQueue() 3025 PTH_RET_CHK(pthread_mutex_destroy(&_MsOS_Queue_Info[s32QueueId].SendMutex)); in MsOS_DeleteQueue() 3060 _MsOS_QueueMutexLock(&_MsOS_Queue_Info[s32QueueId].SendMutex, u32WaitMs); in MsOS_SendToQueue() 3065 _MsOS_QueueMutexUnlock(&_MsOS_Queue_Info[s32QueueId].SendMutex); in MsOS_SendToQueue() 3091 _MsOS_QueueMutexUnlock(&_MsOS_Queue_Info[s32QueueId].SendMutex); in MsOS_SendToQueue() 3105 _MsOS_QueueMutexUnlock(&_MsOS_Queue_Info[s32QueueId].SendMutex); in MsOS_SendToQueue()
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/ |
| H A D | MsOS_linux_kernel.c | 337 pthread_mutex_t SendMutex; 2507 PTH_RET_CHK(pthread_mutex_init(&_MsOS_Queue_Info[s32Id].SendMutex, &_MsOS_Mutex_Attr)); 2544 PTH_RET_CHK(pthread_mutex_destroy(&_MsOS_Queue_Info[s32QueueId].SendMutex)); 2645 PTH_RET_CHK(pthread_cond_wait(&pQueueInfo->SendSem, &pQueueInfo->SendMutex)); 2655 … if (PTH_RET_CHK(pthread_cond_timedwait(&pQueueInfo->SendSem, &pQueueInfo->SendMutex, &StopTime)))
|