Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/hwcomposer/common/
Dhwcomposer.cpp69 pthread_t vsync_thread; member
503 pthread_kill(dev->vsync_data.vsync_thread, SIGTERM); in cvd_hwc_close()
504 pthread_join(dev->vsync_data.vsync_thread, NULL); in cvd_hwc_close()
561 int ret = pthread_create(&dev->vsync_data.vsync_thread, NULL, in cvd_hwc_open()