Searched refs:pthread_cond_destroy (Results 1 – 8 of 8) sorted by relevance
102 #define pthread_cond_destroy cyg_cond_destroy macro
343 extern int pthread_cond_destroy(pthread_cond_t *cond);1277 pthread_cond_destroy(&_MsOS_EventGroup_Info[s32EventGroupId].stSemaphore); in MsOS_DeleteEventGroup()
100 int _EXFUN(pthread_cond_destroy, (pthread_cond_t *mutex));
2220 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()
2123 PTH_RET_CHK(pthread_cond_destroy(&_MsOS_Queue_Info[s32QueueId].SendSem));2124 PTH_RET_CHK(pthread_cond_destroy(&_MsOS_Queue_Info[s32QueueId].RecvSem));
2542 PTH_RET_CHK(pthread_cond_destroy(&_MsOS_Queue_Info[s32QueueId].SendSem));2543 PTH_RET_CHK(pthread_cond_destroy(&_MsOS_Queue_Info[s32QueueId].RecvSem));
933 extern int pthread_cond_destroy (pthread_cond_t *__cond)
641 if (0 == pthread_cond_destroy(pCond)) in deleteCondition()