Searched refs:wake_at (Results 1 – 3 of 3) sorted by relevance
195 const uint64_t wake_at = _get_timestamp() + (uint64_t)millisec * 1000; in _camera_sleep() local198 if ((stamp / 1000) >= (wake_at / 1000)) { in _camera_sleep()201 t.tv_sec = (wake_at - stamp) / 1000000; in _camera_sleep()202 t.tv_usec = (wake_at - stamp) - (uint64_t)t.tv_sec * 1000000; in _camera_sleep()
162 EventTypeWrapper EventPosix::Wait(timespec& wake_at) { in Wait() argument169 ret_val = pthread_cond_timedwait(&cond_, &mutex_, &wake_at); in Wait()
47 EventTypeWrapper Wait(timespec& wake_at);