HomeSort by relevance Sort by last modified time
    Searched refs:pthreadMutex (Results 1 - 2 of 2) sorted by null

  /hardware/bsp/intel/peripheral/sensors/mraa/
AcquisitionThread.cpp 50 pthread_mutex_lock(&acquisitionThread->pthreadMutex);
77 pthread_cond_timedwait(&acquisitionThread->pthreadCond, &acquisitionThread->pthreadMutex, &target_time);
81 pthread_mutex_unlock(&acquisitionThread->pthreadMutex);
117 rc = pthread_mutex_init(&pthreadMutex, nullptr);
157 pthread_mutex_destroy(&pthreadMutex);
210 pthread_mutex_lock(&pthreadMutex);
217 pthread_mutex_unlock(&pthreadMutex);
221 pthread_mutex_destroy(&pthreadMutex);
AcquisitionThread.hpp 95 pthread_mutex_t pthreadMutex;

Completed in 50 milliseconds