Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/
H A Dpthread_map.h102 #define pthread_cond_destroy cyg_cond_destroy macro
/utopia/UTPA2-700.0.x/modules/msos/msos/nuttx/
H A DMsOS_nuttx.c343 extern int pthread_cond_destroy(pthread_cond_t *cond);
1277 pthread_cond_destroy(&_MsOS_EventGroup_Info[s32EventGroupId].stSemaphore); in MsOS_DeleteEventGroup()
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dpthread.h100 int _EXFUN(pthread_cond_destroy, (pthread_cond_t *mutex));
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOS_linux.c2220 PTH_RET_CHK(pthread_cond_destroy(&_MsOS_EventGroup_Info[s32EventGroupId].stSemaphore)); in MsOS_DeleteEventGroup()
3023 PTH_RET_CHK(pthread_cond_destroy(&_MsOS_Queue_Info[s32QueueId].SendSem)); in MsOS_DeleteQueue()
3024 PTH_RET_CHK(pthread_cond_destroy(&_MsOS_Queue_Info[s32QueueId].RecvSem)); in MsOS_DeleteQueue()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/
H A DMsOS_linux_kernel.c2123 PTH_RET_CHK(pthread_cond_destroy(&_MsOS_Queue_Info[s32QueueId].SendSem));
2124 PTH_RET_CHK(pthread_cond_destroy(&_MsOS_Queue_Info[s32QueueId].RecvSem));
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DMsOS_linux_kernel.c2542 PTH_RET_CHK(pthread_cond_destroy(&_MsOS_Queue_Info[s32QueueId].SendSem));
2543 PTH_RET_CHK(pthread_cond_destroy(&_MsOS_Queue_Info[s32QueueId].RecvSem));
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dpthread.h933 extern int pthread_cond_destroy (pthread_cond_t *__cond)
/utopia/UTPA2-700.0.x/modules/hsl/api/hsl/
H A Dfrhsl_ringbuffer.c641 if (0 == pthread_cond_destroy(pCond)) in deleteCondition()