HomeSort by relevance Sort by last modified time
    Searched defs:vsync_thread (Results 1 - 2 of 2) sorted by null

  /device/google/cuttlefish_common/guest/hals/hwcomposer/common/
hwcomposer.h 23 pthread_t vsync_thread; member in struct:cvd::hwc_composer_device_data_t
  /device/google/cuttlefish_common/guest/hals/hwcomposer/vsoc-future/
hwcomposer.cpp 82 pthread_t vsync_thread; member in struct:__anon2826::vsoc_hwc_device
88 void* vsync_thread(void* arg) { function in namespace:__anon2826
291 pthread_kill(dev->vsync_thread, SIGTERM);
292 pthread_join(dev->vsync_thread, NULL);
342 int ret = pthread_create(&dev->vsync_thread, NULL, vsync_thread, dev);

Completed in 88 milliseconds