Home
last modified time | relevance | path

Searched refs:pthreadCond (Results 1 – 2 of 2) sorted by relevance

/hardware/bsp/intel/peripheral/sensors/mraa/
DAcquisitionThread.cpp77 …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()
DAcquisitionThread.hpp94 pthread_cond_t pthreadCond; member in AcquisitionThread