Searched defs:flash_signal_mutex (Results 1 - 1 of 1) sorted by relevance

/hardware/bsp/intel/peripheral/light/mraa/
H A Dlights.c51 pthread_mutex_t flash_signal_mutex; member in struct:light_device_ext_t
175 pthread_mutex_lock(&dev->flash_signal_mutex);
211 rc = pthread_cond_timedwait(&dev->flash_cond, &dev->flash_signal_mutex, &target_time);
219 pthread_mutex_unlock(&dev->flash_signal_mutex);
286 pthread_mutex_lock(&dev->flash_signal_mutex);
289 pthread_mutex_unlock(&dev->flash_signal_mutex);
408 pthread_mutex_lock(&dev->flash_signal_mutex);
411 pthread_mutex_unlock(&dev->flash_signal_mutex);
416 &dev->flash_signal_mutex);
509 &dev->flash_signal_mutex);
[all...]

Completed in 141 milliseconds