Searched refs:abs_timespec_realtime (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common_x11.c | 1442 struct timespec rel_timeout, abs_timespec_realtime, start_time; in x11_acquire_next_image_poll_x11() local 1461 timespec_add(&abs_timespec_realtime, &rel_timeout, &start_time); in x11_acquire_next_image_poll_x11() 1504 ret = pthread_mutex_timedlock(&chain->present_poll_mutex, &abs_timespec_realtime); in x11_acquire_next_image_poll_x11() 2461 struct timespec rel_timeout, abs_timespec_realtime, start_time; in x11_wait_for_present_polled() local 2471 timespec_add(&abs_timespec_realtime, &rel_timeout, &start_time); in x11_wait_for_present_polled() 2529 ret = pthread_mutex_timedlock(&chain->present_poll_mutex, &abs_timespec_realtime); in x11_wait_for_present_polled()
|