Searched refs:pthreadCond (Results 1 – 2 of 2) sorted by relevance
77 …pthread_cond_timedwait(&acquisitionThread->pthreadCond, &acquisitionThread->pthreadMutex, &target_… in acquisitionRoutine()112 rc = pthread_cond_init(&pthreadCond, &pthreadCondAttr); in init()159 pthread_cond_destroy(&pthreadCond); in init()195 return pthread_cond_signal(&pthreadCond); in wakeup()216 pthread_cond_signal(&pthreadCond); in ~AcquisitionThread()220 pthread_cond_destroy(&pthreadCond); in ~AcquisitionThread()
94 pthread_cond_t pthreadCond; member in AcquisitionThread