Home
last modified time | relevance | path

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

/system/dev/bus/virtio/
A Dgpu.h91 thrd_t flush_thread_ = {}; variable
A Dgpu.cpp459 thrd_create_with_name(&flush_thread_, virtio_gpu_flusher_entry, this, "virtio-gpu-flusher"); in virtio_gpu_start()
460 thrd_detach(flush_thread_); in virtio_gpu_start()

Completed in 13 milliseconds