Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_display.c154 pthread_cond_t present_id_cond; member
1219 pthread_cond_destroy(&chain->present_id_cond); in wsi_display_swapchain_destroy()
1263 pthread_cond_broadcast(&swapchain->present_id_cond); in wsi_display_present_complete()
1275 pthread_cond_broadcast(&swapchain->present_id_cond); in wsi_display_surface_error()
2062 int ret = pthread_cond_timedwait(&chain->present_id_cond, in wsi_display_wait_for_present()
2115 bool bret = wsi_init_pthread_cond_monotonic(&chain->present_id_cond); in wsi_display_surface_create_swapchain()
2126 pthread_cond_destroy(&chain->present_id_cond); in wsi_display_surface_create_swapchain()
2156 pthread_cond_destroy(&chain->present_id_cond); in wsi_display_surface_create_swapchain()