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

  /hardware/bsp/intel/peripheral/sensors/mraa/
AcquisitionThread.hpp 93 pthread_condattr_t pthreadCondAttr;
AcquisitionThread.cpp 102 rc = pthread_condattr_init(&pthreadCondAttr);
107 rc = pthread_condattr_setclock(&pthreadCondAttr, CLOCK_MONOTONIC);
112 rc = pthread_cond_init(&pthreadCond, &pthreadCondAttr);

Completed in 64 milliseconds