Searched refs:pthread_cond_signal (Results 1 – 8 of 8) sorted by relevance
1008 pthread_cond_signal(&(_hsl->outputCond)); in bufferAllocateWrite()1014 pthread_cond_signal( &(_hsl->outputCond) ); in bufferAllocateWrite()1175 pthread_cond_signal(&(_hsl->outputCond)); in bufferProcessCommand()
100 #define pthread_cond_signal cyg_cond_signal macro
111 int _EXFUN(pthread_cond_signal, (pthread_cond_t *cond));
2191 PTH_RET_CHK(pthread_cond_signal(&pQueueInfo->SendSem));2249 PTH_RET_CHK(pthread_cond_signal(&pQueueInfo->RecvSem));
2610 PTH_RET_CHK(pthread_cond_signal(&pQueueInfo->SendSem));2668 PTH_RET_CHK(pthread_cond_signal(&pQueueInfo->RecvSem));
937 extern int pthread_cond_signal (pthread_cond_t *__cond)
3104 PTH_RET_CHK(pthread_cond_signal(&pQueueInfo->SendSem)); in MsOS_SendToQueue()3174 PTH_RET_CHK(pthread_cond_signal(&pQueueInfo->RecvSem)); in MsOS_RecvFromQueue()
348 extern int pthread_cond_signal(pthread_cond_t *cond);