Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOS_linux.c1756 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()
/utopia/UTPA2-700.0.x/modules/msos/msos/nuttx/
H A DMsOS_nuttx.c330 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()
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/
H A Dpthread_map.h98 #define pthread_mutex_destroy cyg_mutex_destroy macro
H A Dmdrv_mfe.c1260 pthread_mutex_destroy(&_spinlock); in MDrv_MFE_Finish()
/utopia/UTPA2-700.0.x/modules/hsl/api/hsl/
H A DapiHSL_SHM.c167 if(0 != pthread_mutex_destroy(&hslShmMutex)) in FreeShareMemory()
H A Dfrhsl_ringbuffer.c589 if (0 == pthread_mutex_destroy(pMutex)) in deleteMutex()
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dpthread.h64 int _EXFUN(pthread_mutex_destroy, (pthread_mutex_t *mutex));
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/
H A DMsOS_linux_kernel.c2125 PTH_RET_CHK(pthread_mutex_destroy(&_MsOS_Queue_Info[s32QueueId].SendMutex));
2126 PTH_RET_CHK(pthread_mutex_destroy(&_MsOS_Queue_Info[s32QueueId].RecvMutex));
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DMsOS_linux_kernel.c2544 PTH_RET_CHK(pthread_mutex_destroy(&_MsOS_Queue_Info[s32QueueId].SendMutex));
2545 PTH_RET_CHK(pthread_mutex_destroy(&_MsOS_Queue_Info[s32QueueId].RecvMutex));
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dpthread.h726 extern int pthread_mutex_destroy (pthread_mutex_t *__mutex)
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/
H A Dmdrv_mfe.c827 pthread_mutex_destroy(&_spinlock); in MDrv_MFE_Finish()
/utopia/UTPA2-700.0.x/modules/mfe/api/mfe/
H A Dmadp_mfe.c327 return pthread_mutex_destroy(&s32MFEMutex); in MAdp_MFE_Mutex_Delete()