Searched refs:pthread_mutex_destroy (Results 1 – 12 of 12) sorted by relevance
1756 PTH_RET_CHK(pthread_mutex_destroy(&_MsOS_Mutex_Info[s32MutexId].msos_mutex.stMutex)); in MsOS_DeleteMutex()1758 PTH_RET_CHK(pthread_mutex_destroy(&_MsOS_Mutex_Info[s32MutexId].stMutex)); in MsOS_DeleteMutex()2221 PTH_RET_CHK(pthread_mutex_destroy(&_MsOS_EventGroup_Info[s32EventGroupId].stMutex)); in MsOS_DeleteEventGroup()2228 PTH_RET_CHK(pthread_mutex_destroy(&_MsOS_EventGroup_Info[s32EventGroupId].stMutexEvent)); in MsOS_DeleteEventGroup()3025 PTH_RET_CHK(pthread_mutex_destroy(&_MsOS_Queue_Info[s32QueueId].SendMutex)); in MsOS_DeleteQueue()3026 PTH_RET_CHK(pthread_mutex_destroy(&_MsOS_Queue_Info[s32QueueId].RecvMutex)); in MsOS_DeleteQueue()3027 PTH_RET_CHK(pthread_mutex_destroy(&_MsOS_Queue_Info[s32QueueId].WaitQueueSpaceMutex)); in MsOS_DeleteQueue()3028 PTH_RET_CHK(pthread_mutex_destroy(&_MsOS_Queue_Info[s32QueueId].WaitQueueDataMutex)); in MsOS_DeleteQueue()
330 extern int pthread_mutex_destroy(pthread_mutex_t *mutex);924 pthread_mutex_destroy(&_MsOS_Mutex_Info[s32MutexId].stMutex); in MsOS_DeleteMutex()1278 pthread_mutex_destroy(&_MsOS_EventGroup_Info[s32EventGroupId].stMutex); in MsOS_DeleteEventGroup()1285 pthread_mutex_destroy(&_MsOS_EventGroup_Info[s32EventGroupId].stMutexEvent); in MsOS_DeleteEventGroup()
98 #define pthread_mutex_destroy cyg_mutex_destroy macro
1260 pthread_mutex_destroy(&_spinlock); in MDrv_MFE_Finish()
167 if(0 != pthread_mutex_destroy(&hslShmMutex)) in FreeShareMemory()
589 if (0 == pthread_mutex_destroy(pMutex)) in deleteMutex()
64 int _EXFUN(pthread_mutex_destroy, (pthread_mutex_t *mutex));
2125 PTH_RET_CHK(pthread_mutex_destroy(&_MsOS_Queue_Info[s32QueueId].SendMutex));2126 PTH_RET_CHK(pthread_mutex_destroy(&_MsOS_Queue_Info[s32QueueId].RecvMutex));
2544 PTH_RET_CHK(pthread_mutex_destroy(&_MsOS_Queue_Info[s32QueueId].SendMutex));2545 PTH_RET_CHK(pthread_mutex_destroy(&_MsOS_Queue_Info[s32QueueId].RecvMutex));
726 extern int pthread_mutex_destroy (pthread_mutex_t *__mutex)
827 pthread_mutex_destroy(&_spinlock); in MDrv_MFE_Finish()
327 return pthread_mutex_destroy(&s32MFEMutex); in MAdp_MFE_Mutex_Delete()