Searched refs:pCond (Results 1 – 1 of 1) sorted by relevance
613 MS_BOOL initCondition(pthread_cond_t* pCond) in initCondition() argument617 if (0 == pthread_cond_init(pCond, NULL)) in initCondition()637 MS_BOOL deleteCondition(pthread_cond_t* pCond) in deleteCondition() argument641 if (0 == pthread_cond_destroy(pCond)) in deleteCondition()