Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/sensors/mraa/
DAcquisitionThread.cpp29 struct timespec target_time; in acquisitionRoutine() local
76 set_timestamp(&target_time, timestamp); in acquisitionRoutine()
77 …ad_cond_timedwait(&acquisitionThread->pthreadCond, &acquisitionThread->pthreadMutex, &target_time); in acquisitionRoutine()
/hardware/bsp/intel/peripheral/light/mraa/
Dlights.c165 struct timespec target_time; in flash_routine() local
210 set_timestamp(&target_time, timestamp); in flash_routine()
211 rc = pthread_cond_timedwait(&dev->flash_cond, &dev->flash_signal_mutex, &target_time); in flash_routine()