Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_x11.c1473 struct timespec abs_timespec; in x11_acquire_next_image_poll_x11() local
1474 timespec_from_nsec(&abs_timespec, atimeout); in x11_acquire_next_image_poll_x11()
1478 …hread_cond_timedwait(&chain->present_progress_cond, &chain->present_progress_mutex, &abs_timespec); in x11_acquire_next_image_poll_x11()
2423 struct timespec abs_timespec; in x11_wait_for_present_queued() local
2435 timespec_from_nsec(&abs_timespec, abs_timeout); in x11_wait_for_present_queued()
2441 &abs_timespec); in x11_wait_for_present_queued()
Dwsi_common_display.c2045 struct timespec abs_timespec; in wsi_display_wait_for_present() local
2058 timespec_from_nsec(&abs_timespec, abs_timeout); in wsi_display_wait_for_present()
2064 &abs_timespec); in wsi_display_wait_for_present()